lilypond-user
[Top][All Lists]
Advanced

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

Re: additional clef at start


From: Klaus Blum
Subject: Re: additional clef at start
Date: Thu, 1 Jun 2017 14:26:06 -0700 (MST)

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.



reply via email to

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