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/


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to