2011/2/22 Stefan Waler <[email protected]>:
> Hi,
>
> is it possible to use a free text markup as a clef? I need a gamma clef just
> for an incipit, and it would be sufficient to use the letter "G" for this
> case.

This is modified from an example in LSR

GClef = \markup { \huge G }

{
    \override Staff.Clef #'stencil = #(lambda (grob)
    (grob-interpret-markup grob GClef))

  c'1
}

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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

Reply via email to