lilypond-user
[Top][All Lists]
Advanced

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

Re: manual staff switch


From: milarepa7
Subject: Re: manual staff switch
Date: Fri, 11 Jan 2008 15:26:58 -0800 (PST)

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.





reply via email to

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