lilypond-user
[Top][All Lists]
Advanced

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

Re: hiding grace notes


From: -Eluze
Subject: Re: hiding grace notes
Date: Wed, 26 Oct 2011 01:30:42 -0700 (PDT)


David Kastrup wrote:
> 
> -Eluze <address@hidden> writes:
> 
>> Federico Bruni-5 wrote:
>>> 
> 
> systemgrace = #grace
> grace = #(define-music-function (parser location m)
>             #{ \tag #'grace \systemgrace $m #})
> 
> Then define your music in \mymusic as usual (it will use the changed
> version of \grace).  When you want the version without graces, call the
> music with \removeTag #'grace \mymusic.
> 
> Something like that.
> 
> 
cool - this also allows to create a "real" foreign language version!

e.g. defining 

relativ = #relative
sprache = #language
…

in a \included file i can then write my code as:

\sprache italiano
\relativ { do re mi fa sol la si do }

thanks
Eluze


-- 
View this message in context: 
http://old.nabble.com/hiding-grace-notes-tp32706647p32722283.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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