Hello,
Maybe there's another way to do but I would edit the "GitarreZwei.ly" like
that :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
staffClassicalGuitar =  {c'4 c' c' c'} 

staffClassicalGuitarII = {g'4 g' g' \change Staff ="one" g'}


\score {
\new StaffGroup {
                       \set StaffGroup.instrumentName="Solo"
                       \set StaffGroup.shortInstrumentName = "solo "
       <<  \new Staff ="one" \staffClassicalGuitar
             \new Staff  \staffClassicalGuitarII >>
               

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

note that you have to give a name to the first staff to be able to call it
after, example with the name "one" :
 \new Staff ="one" \staffClassicalGuitar.
I hope it can help you
Regards.
Matth

-- 
View this message in context: 
http://www.nabble.com/manual-staff-switch-tp14765842p14767443.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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

Reply via email to