bug-lilypond
[Top][All Lists]
Advanced

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

Re: Spacing bug with above lyrics


From: Wilbert Berendsen
Subject: Re: Spacing bug with above lyrics
Date: Sat, 20 Feb 2010 21:59:07 +0100
User-agent: KMail/1.13.0 (Linux/2.6.31-19-generic; KDE/4.4.0; i686; ; )

Op zaterdag 20 februari 2010 schreef Neil:

> Definitely looks like a bug.  As a workaround, you could use
> alignAboveContext instead.

or set staff-affinity in the above Lyrics to DOWN:

\score {
  <<
    \new Lyrics = above \with {
      \override VerticalAxisGroup #'staff-affinity = #DOWN
    } {s1}
    \new Staff {
      <<
        \new Voice = "t" { \voiceOne \repeat unfold 25 { c''4 d'' e'' f''} }
        \new Voice = "b" { \voiceTwo \repeat unfold 25 { c'1 } }
      >>
    }
    \new Lyrics \lyricsto "b" \repeat unfold 25 \lyricmode { bottom }
    \context Lyrics = above \lyricsto "t" \repeat unfold 100 \lyricmode { top 
}
  >>
}

This bug (more probably a missing default value or something) is also present 
in 2.13.10 and .11.

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/




reply via email to

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