lilypond-user
[Top][All Lists]
Advanced

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

Re: \repeatTie on a single note in a chord


From: Malte Meyn
Subject: Re: \repeatTie on a single note in a chord
Date: Thu, 9 Mar 2017 17:27:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


Am 09.03.2017 um 17:07 schrieb Mojca Miklavec:
> How can one add "\repeatTie" that only works on a single note in a chord?
> 
> Example where I would only want to add the tie just to "f":
> 
[…]
>       <a, c f>2 \repeatTie r4 |

I think

        <a, c f\repeatTie>2

should do what you want. But there’s no visible output (although the
RepeatTieEvent is present in the f’s 'articulations); I think that’s a bug.

You can fake the desired result by placing all three ties at the same spot:

        \once \override RepeatTieColumn.tie-configuration =
        #`((-4 . ,DOWN) (-4 . ,DOWN) (-4 . ,DOWN))
        <a, c f>2\repeatTie



reply via email to

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