lilypond-user
[Top][All Lists]
Advanced

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

Re: placement sostenuto


From: David Kastrup
Subject: Re: placement sostenuto
Date: Fri, 23 Sep 2011 13:48:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

eluze <address@hidden> writes:

> 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 _- }

ten = -\tweak #'padding #.75 --

{ c''1\ten }

-- 
David Kastrup




reply via email to

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