bug-lilypond
[Top][All Lists]
Advanced

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

Chord names collide with notes (vertical space missing on second line st


From: Jean-Alexis Montignies
Subject: Chord names collide with notes (vertical space missing on second line staff)
Date: Tue, 10 Jan 2012 17:03:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

>
% no problem without mark alignment to the left or lyrics
% third staff line is to show that there's no problem after second line

\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"
         \repeat unfold 2 {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" }
>>
}






reply via email to

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