lilypond-user
[Top][All Lists]
Advanced

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

placement sostenuto


From: eluze
Subject: placement sostenuto
Date: Fri, 23 Sep 2011 13:40:54 +0200
User-agent: Opera Mail/11.51 (Win32)


hello

i think it's called tenuto in lilypond and it belongs to the Script objects. you could change the distance to the notehead with

\once \override Script #'padding = #.75

and/or define a function which you can apply before you insert a tenuto:

myTenuto = { \once \override Script #'padding = #.75 }


it's also possible to use the \tweak command:

{ c''1 - \tweak #'padding #.75 _- }


Eluze



reply via email to

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