lilypond-user
[Top][All Lists]
Advanced

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

Re: Consecutive trills


From: Martín Rincón Botero
Subject: Re: Consecutive trills
Date: Fri, 29 Apr 2022 16:31:25 +0200

Thanks Hans!

As far as I know that's not a notation rule, but I agree that it makes more sense to use the trill + wavy line for tied notes. Anyways, I found a solution with the property bound-details.right.padding of TrillSpanner.

\version "2.22.1"

{
     \override Score.SpacingSpanner.spacing-increment = #3
     \override TrillSpanner.bound-details.right.padding = #2
     c'4 \startTrillSpan
     c'4 \startTrillSpan
     \revert TrillSpanner.bound-details.right.padding
     c'4 \startTrillSpan
     c'4 \stopTrillSpan
}


Cheers,
Martín.

On abr. 29 2022, at 3:20 pm, Hans Åberg <haberg-1@telia.com> wrote:

> On 29 Apr 2022, at 12:07, Martín Rincón Botero <martinrinconbotero@gmail.com> wrote:
>
> consider:
>
> \version "2.22.1"
>
> {
> d'2
> \startTrillSpan
> b2
> \startTrillSpan
> b1\stopTrillSpan
> }

You might use \trill in these cases, as the trill symbol "tr" by itself applies to the whole note it is written above, and it only. —The trill span is only needed for slurred notes.

reply via email to

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