bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1322 in lilypond: \context must die (whenever \new can be used


From: lilypond
Subject: Re: Issue 1322 in lilypond: \context must die (whenever \new can be used instead)
Date: Wed, 13 Oct 2010 04:13:01 +0000


Comment #6 on issue 1322 by percival.music.ca: \context must die (whenever \new can be used instead)
http://code.google.com/p/lilypond/issues/detail?id=1322

Good points, Carl. One GLISS possibility is to do away with \new and \context altogether:
\score {
  \PianoStaff <<
    \Staff = "upper" { c'4 }
    \Staff = "lower" { c4 }
  >>
}

although for some reason I want to write \pianoStaff and \staff with a lower-case beginning. Maybe I've done too much C++ coding with camelCase. :)





reply via email to

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