lilypond-user
[Top][All Lists]
Advanced

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

Strange message with autochange


From: George_
Subject: Strange message with autochange
Date: Tue, 23 Feb 2010 13:27:25 -0800 (PST)

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.





reply via email to

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