lilypond-user
[Top][All Lists]
Advanced

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

Re: Double treble and (alternative) percussion clefs


From: Caio Barros
Subject: Re: Double treble and (alternative) percussion clefs
Date: Mon, 1 Feb 2010 20:11:18 -0200

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 <address@hidden>
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.


reply via email to

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