lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems with trill spanner length


From: Dimitris Marinakis
Subject: Re: Problems with trill spanner length
Date: Mon, 29 Nov 2021 18:46:35 +0200

Hi,

without more context I can't say which combo of tweaks will work for you but here are some options:

{
 ees1
-\tweak to-barline ##t
\startTrillSpan
 
 \time 3/4
d2
-\tweak bound-details.right.padding #1
-\tweak springs-and-rods #ly:spanner::set-spacing-rods
-\tweak minimum-length #8
\startTrillSpan d4\startTrillSpan \stopTrillSpan
}

HTH,
Dimitris

On Mon, Nov 29, 2021 at 6:24 PM Lib Lists <listslib@gmail.com> wrote:
Hi,
I have two problems related to the trill spanner length.

\version "2.22.1"
{
  ees1\startTrillSpan
  \time 3/4
  d2\startTrillSpan d4\startTrillSpan \stopTrillSpan
}

First bar: according to Gould (p. 136) the trill line should stop at
the barline. Is there a way to achieve this?
Second bar: the tril lines overlap. If I remove the time signature
change (\time 3/4), the trill lines are not aligned and I'd wish to
have them on the same line.

Thank you in advance for any help.

Cheers,
Lib


reply via email to

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