Re: \repeatTie on a single note in a chord

2017-03-09 Thread Thomas Morley
2017-03-09 23:05 GMT+01:00 Malte Meyn : > > > Am 09.03.2017 um 22:25 schrieb Thomas Morley: >> >> Another possibility to fake it: >> >> { >> \override LaissezVibrerTie.head-direction = #RIGHT >> < b d'^\laissezVibrer > >> } > > This looks like the source of the bug

Re: \repeatTie on a single note in a chord

2017-03-09 Thread Malte Meyn
Am 09.03.2017 um 22:25 schrieb Thomas Morley: > > Another possibility to fake it: > > { > \override LaissezVibrerTie.head-direction = #RIGHT > < b d'^\laissezVibrer > > } This looks like the source of the bug should be easily found. LaissezVibrerTies and RepeatTies are basically the same

Re: \repeatTie on a single note in a chord

2017-03-09 Thread Thomas Morley
2017-03-09 17:47 GMT+01:00 Malte Meyn : > > > 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" > >

Re: \repeatTie on a single note in a chord

2017-03-09 Thread Malte Meyn
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 ___ lilypond-user

Re: \repeatTie on a single note in a chord

2017-03-09 Thread Mojca Miklavec
Dear Malte, On 9 March 2017 at 17:27, Malte Meyn wrote: > 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": >> > […] >> 2 \repeatTie r4 | > > I

Re: \repeatTie on a single note in a chord

2017-03-09 Thread Malte Meyn
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": > […] > 2 \repeatTie r4 | I think 2 should do what you want. But

\repeatTie on a single note in a chord

2017-03-09 Thread Mojca Miklavec
Hi, 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": melody = \fixed c' { \time 3/4 \repeat volta 2 { 2.~ | } \alternative { { 2. | } { 2 \repeatTie r4 |