2017-03-09 17:47 GMT+01:00 Malte Meyn <lilyp...@maltemeyn.de>:
>
>
> 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

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

Reply via email to