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: Mon, 16 Jan 2012 15:27:03 +0000


Comment #1 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

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" }

}




reply via email to

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