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



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

Reply via email to