2014-05-31 10:40 GMT+02:00 Damian leGassick <[email protected]>:
> Hi all
>
> could someone show me how I could write something like: \clef \currentclef
>
> many thanks
>
> Damian
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user


\version "2.19.6"

{
  c''1
  \once \override Staff.Clef #'full-size-change = ##t
  \set Staff.forceClef = ##t
  d''
  e''
  \once \override Staff.Clef #'full-size-change = ##t
  \clef alto
  f'
  \once \override Staff.Clef #'full-size-change = ##t
  \set Staff.forceClef = ##t
  g'
}

-Harm

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

Reply via email to