lilypond-user
[Top][All Lists]
Advanced

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

Re: Tenuto marking too close to note


From: Valentin Petzel
Subject: Re: Tenuto marking too close to note
Date: Wed, 29 Dec 2021 08:48:28 +0000 (UTC)

Hello Erika,

the problem here is that Lilypond handles many Articulations the same way. So overriding Script.padding will affect all articulations.

We have recently discussed possibilites to override properties for specific articulations, but if you are using the shorthand -- for tenuto then you can simply do

dashDash = \tweak padding #0.5 \tenuto
(use whatever value looks good to you)
somewhere at the beginning of your file to simply override the behaviour of that shorthand.

Cheers,
Valentin

29.12.2021 02:48:23 Erika Pirnes <erika.pirnes@hotmail.com>:

Hi,

I would like to have the tenuto mark a bit farther away from the note. I had a similar issue with tuplet numbers and then "\override TupletNumber.Y-offset = #-2.5" fixed the issue. I don't know what I should replace "TupletNumber" by in the case of tenuto lines.

Minimal example here:

\version "2.18.2"

\new Staff {
  \relative c'' {\time 3/4 a g e--}
}

Thank you!
Erika

reply via email to

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