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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to