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: Thomas Morley
Subject: Re: \repeatTie on a single note in a chord
Date: Thu, 9 Mar 2017 22:25:35 +0100

2017-03-09 17:47 GMT+01:00 Malte Meyn <address@hidden>:
>
>
> Am 09.03.2017 um 17:35 schrieb Mojca Miklavec:
>> Should I file a bug report?
>
> I think so. Minimal example could look like this (I use \displayMusic to
> show that the RepeatTieEvent is there):
>
> \version "2.19.56"
>
> \displayMusic <b d'\repeatTie>



Another possibility to fake it:

{
  \override LaissezVibrerTie.head-direction = #RIGHT
  < b d'^\laissezVibrer >
}

mySingleRepeatTie = \tweak head-direction #RIGHT \laissezVibrer

{
  < b d'^\mySingleRepeatTie >
}

Cheers,
  Harm



reply via email to

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