Comment #2 on issue 2217 by k-ohara5...@oco.net: 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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to