Hi Caio,

> as far as I know Lilypond don't have the Double Treble Clef

You can always roll your own:

\version "2.13.11"

doubleClef = {
  \override Staff.Clef #'stencil = #ly:text-interface::print
  \override Staff.Clef #'text = \markup \concat { \musicglyph #"clefs.G" 
\translate #'(-1 . 0) \musicglyph #"clefs.G" }
}

music = \relative c' {
  \doubleClef
  c4 d e f | g1
}

\score { \music }

Hope this helps!
Kieren.

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

Reply via email to