bug-lilypond
[Top][All Lists]
Advanced

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

Issue 296 in project lilypond


From: codesite-noreply
Subject: Issue 296 in project lilypond
Date: Wed, 14 Feb 2007 19:07:36 -0800

Issue 296: bus error, lyrics not in spanner?
http://code.google.com/p/lilypond/issues/detail?id=296

New issue report by gpermus:
Output:   (might be related to the crash, might not be)

foo.ly:7:55: warning: programming error: Spanner `LyricExtender' is not
fully contained in parent spanner `VerticalAxisGroup'.
macht Men -- schen frei __ Hoff -- nung für die Welt.
                                                       __       }
Bus error

-----
\version "2.11.18"

verseOne = \lyricmode { bla }
verseTwo = \lyricmode { "2. Heu" -- te schon im Geist der neu -- en 
Welt, die
Chris -- tus schafft __ den -- ken, re -- den, tun.
                                Er zer -- bricht den Zwang zu Bö -- sen. Er
macht Men -- schen frei __ Hoff -- nung für die Welt. __       }
refrain = \lyricmode { Hilf uns, Herr, dei -- ne Zu -- kunft zu sehn! Lass uns
dei -- ne We -- ge ver -- stehn.
                            Hilf uns, Herr, dei -- ne Zu -- kunft zu sehn. Lass
uns dei -- ne We -- ge ver -- ste -- hen. }

\paper {
    ragged-last-bottom = ##f
}

\score {
    {
       \relative c {

            % Strophe:
            a8 a a a16 gis16~
            gis8 gis gis gis
            fis gis a16 b8 e,16~
            e2
            fis4 a
            a b
            b r
            r2
            a8 a a a16 gis16~
            gis8 gis gis gis
            fis gis a b16 e,16~
            e2
            fis4 a
            b b
            a2~
            a4 r

            % Refrain:
            a8 a a b16 cis
            cis b8 a16 b4
            a8 fis gis a
            b16 cis8 a16 b4
            a8 a a b16 cis
            cis b8 a16 b4
            a8 fis gis a
            cis16 b8 a16 b4
            a r
        }
        \addlyrics { \verseOne \refrain }
        \addlyrics { \verseTwo }
    }
}




Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-High

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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