bug-lilypond
[Top][All Lists]
Advanced

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

progerror-lyrics-staff


From: Erik Sandberg
Subject: progerror-lyrics-staff
Date: Wed, 12 May 2004 01:56:04 +0200
User-agent: KMail/1.5.4

Hi,

I added this bug, as progerror-lyrics-staff.

%important
address@hidden
\header { texidoc = 
"This code results in a 'programming error'.
In the first example, two empty bars are added also.

In the second example, the two <<>>:s belong to the same
Staff context, but are typeset as different staves.
"
}

\version "2.2.1"

\score {
    \new Staff {
        <<
            \context Voice = "sopr" \notes \relative c' {
                c4 d e8 f g4 a b c2
            }
            \context Lyrics \lyricsto "sopr" \lyrics {
                c d e f g a b c
            }
        >>
        <<
            \context Voice = "alto" \notes \relative c'' {
                c4 b a8 g f4 e d c2
            }
            \context Lyrics \lyricsto "alto" \lyrics {
                c b a g f e d c
            }
        >>
    }
}

\score {
    {
        <<
            \context Staff = A \context Voice = "sopr" \notes \relative c' {
                c4 d e8 f g4 a b c2
            }
            \context Lyrics \lyricsto "sopr" \lyrics {
                c d e f g a b c
            }
        >>
        <<
            \context Staff = A \context Voice = "alto" \notes \relative c'' {
                c4 b a8 g f4 e d c2
            }
            \context Lyrics \lyricsto "alto" \lyrics {
                c b a g f e d c
            }
        >>
    }
}




reply via email to

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