Hi,there seems to be an issue in 2.12 with Separating_line_group_engraver in combination with Bar_engraver in the Lyrics context - see attached example.
If I comment one of these lines, the score is printed correctly. The log contains the following lines: Programmierfehler: vertical alignment called before line-breaking Programmierfehler: minimise_least_squares (): Nothing to minimise This means that vertical spacing is triggered before line breaking Fortsetzung, die Daumen drücken Stefan
\version "2.12.00" global = { #(ly:set-option 'point-and-click #f) \key g \dorian \set Staff.timeSignatureFraction = #'(2 . 2) \time 2/1 } discantusNotes = { \clef treble \transpose c c \relative c'' { % 1 r1 g bes1. c2 d d g c, bes d1 cis2 %2 d bes1 d2. e4 f2 f d cis d1 f2 bes,4 g bes2. a8 g a2 } } discantusLyrics = \lyricmode { Su -- san -- nen frumb wol -- ten jr ehr ver -- le -- tzen Su -- san -- _ _ nen frumb wol -- ten jr ehr } % **************************************** % SCORE % **************************************** \score { \new StaffGroup = choirStaff << \new Voice = "discantusNotes" << \global \discantusNotes >> \new Lyrics = "discantusLyrics" \lyricsto discantusNotes { \discantusLyrics } >> \layout { \context { \Lyrics \consists "Bar_engraver" } \context { \StaffGroup \consists "Separating_line_group_engraver" } } }
Test.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user