lilypond-user
[Top][All Lists]
Advanced

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

Separating_line_group_engraver broken


From: Stefan Waler
Subject: Separating_line_group_engraver broken
Date: Sun, 28 Dec 2008 13:05:59 +0100
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

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

Attachment: Test.pdf
Description: Adobe PDF document


reply via email to

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