I'm using autochange to try change staves for an organ fugue I'm
transcribing, except when I try to manually change the staff using \change
Staff = "up" I get this:
warning: cannot change `Staff' to `up': none of these in my family
\change Staff = "up"
This is what I have:
staffChurchOrgan = <<
\new PianoStaff {
\set PianoStaff.midiInstrument = #"church organ"
\set PianoStaff.instrumentName = #"Manual"
<<
\new Staff = "up" {
\new Voice = "melOne" {
\key g \major
\autochange \relative c' {
\change Staff = "up"
r16 b e g fis
}
}
}
\new Staff = "down" {
\key g \major
\clef bass
}
>>
}
\new Staff { % Pedal
\set Staff.instrumentName = #"Pedal"
\set Staff.midiInstrument = #"church organ"
\clef bass
\key g \major
\relative c {
c4
}
}
>>
It was created by JEdit using the Organ staff template, and then I changed
it slightly to get autochange to work. Basically what is happening is the
rest and b are on the lower staff, but I want them on the upper staff. Am I
going about this the right way? Some guidance would be appreciated!
Thanks
George
--
View this message in context:
http://old.nabble.com/Strange-message-with-autochange-tp27710824p27710824.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user