Hello. The example below shows that the new vertical engine makes dead lyrics contexts to occup space. This did not happen before, IMO the new lyrics should (IF it has enough room) to align with the previous one.
-- Francisco Vila. Badajoz (Spain) www.paconet.org www.csmbadajoz.com
dead-lyrics-context-takes-vertical-space.pdf
Description: Adobe PDF document
\version "2.13.4" \header { title= "Dead lyrics context takes vertical space" subtitle = "b40e3a4336e9c Mon Aug 10 09:36:27 2009 " } #(ly:set-option 'point-and-click #f) music = \relative f' { \new Voice ="main" { c1 c c } \new Voice = "fork" { c1 c c c } } mainlyrics = \lyricmode { A A A } forklyricsOne = \lyricmode { B B B B } forklyricsTwo = \lyricmode { C C C C } \score { << \new Staff { \music } \new Lyrics \lyricsto "main" { \mainlyrics } \new Lyrics \lyricsto "fork" { \forklyricsOne } \new Lyrics \lyricsto "fork" { \forklyricsTwo } >> }
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel