lilypond-user
[Top][All Lists]
Advanced

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

Re: Free clef


From: Francisco Vila
Subject: Re: Free clef
Date: Tue, 22 Feb 2011 19:26:38 +0100

2011/2/22 Stefan Waler <address@hidden>:
> 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



reply via email to

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