Menu

#522 markup alters spacing

Accepted
nobody
None
Ugly
2015-09-18
2007-12-05
Anonymous
No

Originally created by: *anonymous

Originally created by: gpermus@gmail.com

The presence of markup changes the spacing. I'm not certain if this is a real bug or not (i.e. there's nothing obviously wrong in here).

\version "2.11.35"
\layout {
  \context {
    \Staff
    \remove Bar_engraver
  }
}

\relative c' {
  s1
  \break
  c4 s c s c s c s c s c s c s c s
  \break
  c4 s c s c s c s-\markup{markup alters spacing blah blah} c s c s c s c s
}
1 Attachments

Discussion

  • Google Importer

    Google Importer - 2011-08-25

    Originally posted by: percival.music.ca@gmail.com

    (No comment was entered for this change.)

    Labels: -Type-Other -Priority-Low Type-Ugly
    Owner: ---

     
  • Google Importer

    Google Importer - 2014-09-06

    Originally posted by: dak@gnu.org

    Looks like one of the things Janek is working on regarding spring distances?  If so, perhaps mark as the appropriate duplicate?

    Cc: janek.li...@gmail.com

     
  • Google Importer

    Google Importer - 2014-09-06

    Originally posted by: janek.li...@gmail.com

    Thanks for the heads up!  Indeed this looks very similar to example in comment 3 of issue 3232 (https://code.google.com/p/lilypond/issues/detail?id=3232#c3), but i'm not sure if it's a duplicate - behaviour seems to be slightly different. 

    Anyway, i'll take this into account when working on springs again (although it'll be at least several weeks until i get back to spacing issues).

    BTW, it may also be related to issue 2852.

     

    Related

    Issues: #2852
    Issues: #3232

  • Simon Albrecht

    Simon Albrecht - 2015-09-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,19 +2,23 @@
    
     *Originally created by:* [gpermus@gmail.com](http://code.google.com/u/gpermus@gmail.com/)
    
    -% the presence of markup changes the spacing
    -%  I'm not certain if this is a real bug or not \(ie there's nothing
    -%  obviously wrong in here\)
    +The presence of markup changes the spacing. I'm not certain if this is a real bug or not \(i.e. there's nothing obviously wrong in here\).
    
    +~~~~
    +:::TeX
     \version "2.11.35"
    -\layout \{
    -        \context \{ \Staff  \remove Bar\_engraver  \}
    -\}
    +\layout {
    +  \context {
    +    \Staff
    +    \remove Bar_engraver
    +  }
    +}
    
    -\relative c' \{
    -  s1
    -  \break
    -  c4 s c s c s c s c s c s c s c s
    -  \break
    -  c4 s c s c s c s-\markup\{markup alters spacing blah blah\} c s c s c s c s
    -\}
    +\relative c' {
    +  s1
    +  \break
    +  c4 s c s c s c s c s c s c s c s
    +  \break
    +  c4 s c s c s c s-\markup{markup alters spacing blah blah} c s c s c s c s
    +}
    +~~~~
    
    • Needs: -->
    • Patch: -->
     
  • Simon Albrecht

    Simon Albrecht - 2015-09-18
     
  • Simon Albrecht

    Simon Albrecht - 2015-09-18

    Behaviour persists in 2.19.27.

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.