Comment #1 on issue 2217 by ja...@montignies.info: Chord names collide with
notes (vertical space missing on second line staff)
http://code.google.com/p/lilypond/issues/detail?id=2217
As a workaround, you can add a transparent mark:
\score {
<<
\new ChordNames = "chords" \chordmode { \repeat unfold 6 {g1 c:m } }
\new Voice = "theme"{
\repeat unfold 3 {
\once \override Score.RehearsalMark #'self-alignment-X = #LEFT
\mark "mark"
g''4 b'8 g' c'' b' g'4 | \mark \markup { \hspace #10 \vspace #1
} d''8 g' c'' g' b' a' r4
g''4 b'8 g' c'' b' g'4 | d''8 g' c'' g' b' a' r4
}
}
\new Lyrics \lyricsto theme \lyricmode { \repeat unfold 72 "ba" }
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond