Trevor Bača wrote:
Context-first \change commands prior to any note, rest or skip data
print "warning: can't change `Staff' to `down': not changing to same
context type" and fail to effect staff change, as reported by Will
Oram.


%%%%% BEGN FIRST-NOTE CHANGE SNIPPET %%%%%%%

\score {
   \context PianoStaff = piano <<
      <<
         \context Staff = "1" {
            \clef treble
            \time 1/4
            \change Staff = "2" % THIS LINE FAILS

at this point, the Voice to be changed is not yet created. Perhaps we should make \context Voice implicit in \change.

--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to