Thank you, it did help! Only thing missing is that this is a transposing clef of one octave lower but this is easy to do.
2010/2/1 Kieren MacMillan <kieren_macmil...@sympatico.ca> > 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 lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user