bug-lilypond
[Top][All Lists]
Advanced

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

surviving-staff


From: Erik Sandberg
Subject: surviving-staff
Date: Wed, 12 May 2004 01:38:43 +0200
User-agent: KMail/1.5.4

Hi,
I added this as surviving-staff to the repository. Thanks to Ferenc.
Erik

%
address@hidden
\header { texidoc =
"The upper staff is extended with an empty bar.

The score is weird in the sense that the Lyrics context is
created within a Staff context. But if this is not allowed, then
it should give either a warning or an error."
}
\version "2.2.1"

\score {
    <<
       \new Staff
        <<
            \context Voice = "choir"
            \notes {b2 r }
            \lyricsto "choir" \new Lyrics \lyrics { a }
        >>
        \new Staff \notes { r1 r r }
    >>
}




reply via email to

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