Hi musicus, 

musicus wrote
> How to get a second clef at the beginning of a piece?

Here's another workaround, inspired by lsr.di.unimi.it/LSR/Item?id=956:

% --------------------------------
\new PianoStaff {
  <<
    \new Staff {
      \partial 2
      s4*1/200
      e''4*199/200 f''4
    }
    \new Staff {
      \partial 2
      \clef "bass"
      s8*1/100
      \clef "treble"
      c'8*99/100 g'8 e' g'
    }
  >>
}
% --------------------------------





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/additional-clef-at-start-tp203539p203543.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to