bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 2217 in lilypond: Chord names collide with notes (vertical spa


From: lilypond
Subject: Re: Issue 2217 in lilypond: Chord names collide with notes (vertical space missing on second line staff)
Date: Sat, 04 Feb 2012 22:14:01 +0000


Comment #2 on issue 2217 by address@hidden: Chord names collide with notes (vertical space missing on second line staff)
http://code.google.com/p/lilypond/issues/detail?id=2217

This is somewhat different from issue 2276, in that it depends having a rehearsal mark, and seems to depend on the first-line indent. It looks like interleaving is accounted differently in the placement of staves, than it is when the 'loose-lines' like Dynamics or ChordNames are put in position between the staves.

\paper { #(set-paper-size "a6")
  indent = 5\mm }
\score { <<
   \new Dynamics \repeat unfold 6 {s4\p s }
   \new Voice {\clef alto
     \repeat unfold 3 { \mark "rehearsal"  a,4 a' a' a' \break } }
   \new Dynamics \repeat unfold 6 {s4\pp s\f }
   % \new Dynamics \repeat unfold 6 {s4 s\f }
 >> }

Attachments:
        2217.png  17.5 KB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]