On Tue, 6 Jan 2004, [ISO-8859-15] José Luis Cruz wrote:
I reccomend you take a look at the tutorial avaliable at:
I tried it but to tell the truth: I'm despaired:
I tried to convert the LilyPond 1.x definition for flat
symbol in texts:
#(define flat '((raise . 0.2) (font-relative-size . -1) (music (named
"accidentals--1"))))
into LilyPond-2.x
The following 3 versions are all wrong:
#define ( flat ( \musicglyph #"accidentals-1" ) )
flat = \musicglyph #"accidentals-1"
flat = ( \musicglyph #"accidentals-1" )
Is it really so complicated ? And how to use the "font-relative-size"
and "raise" key words in LilyPond 2 ?