lilypond-user
[Top][All Lists]
Advanced

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

Re: Old-style F clef?


From: Sotaro Sato
Subject: Re: Old-style F clef?
Date: Thu, 13 Apr 2006 18:37:25 +0900
User-agent: Thunderbird 1.5 (Windows/20051201)

Just use 

   \markup {\override #'(font-name . "Petrucjt") \lower #number {d} }

and

   \override Staff.Clef #'font-size = #number

Sotaro

eduardo.susan wrote:
> Hi, I'm also interested in using this kind of clef in Lilypond. There is a 
> TTF music font that already has this glyph. It's a modified version of 
> Finale's Petrucci, it is called Petrucjt. It is available for free in the 
> site: http://www.paperlesshymnal.com/shapnote/shaped.htm See: Enhanced 
> Finale default font music. 
> 
> I did this (based on the procedure for polimetric music): 
> 
> %%% SNIPPET %%%% 
> \layout { 
> 
>   ragged-right = ##t 
> } 
> 
> 
> oldfa =\markup { 
>  \override #'(font-name . "Petrucjt") 
>  { d } 
> 
>  } 
> 
> { 
>   \override Staff.Clef #'stencil = #ly:text-interface::print 
>   \override Staff.Clef #'text = #oldfa 
> 
>   \time 4/4 
>   c'2  c'4 c'4 
> } 
> %%%% END %%% 
> 
> Now, could anybody tell me how I can move the clef (markup) up and make it 
> bigger? 




reply via email to

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