lilypond-user
[Top][All Lists]
Advanced

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

Re: manual staff switch


From: Ole Schmidt
Subject: Re: manual staff switch
Date: Sat, 12 Jan 2008 13:28:17 +0100

thank you very much, now I understand how it works- unfortunatly I need the note to be tied ~ like below
and that does not work - but maybe that's a tall order...

best

ole

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

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 >>

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







Am 12.01.2008 um 00:26 schrieb milarepa7:


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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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