lilypond-user
[Top][All Lists]
Advanced

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

Custom articulations?


From: Hilary Snaden
Subject: Custom articulations?
Date: Fri, 13 Aug 2010 22:46:15 +0100
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

This defines a new articulation which displays a very small trill symbol:

newTrill =
#(let ((m (make-music 'ArticulationEvent 'articulation-type "trill")))
     (ly:music-set-property! m 'tweaks
       (acons 'font-size -3 (ly:music-property m 'tweaks)))
     (ly:music-set-property! m 'tweaks
       (acons 'padding 0.50 (ly:music-property m 'tweaks)))
     m)

but is there a way of defining a new articulation which displays a trill symbol in parentheses, or "tr" in plain type, to show editorial trills? This would be *very* useful!

--
Hilary Snaden



reply via email to

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