Re: Overriding tie-configuration & \shape breaks custom Scheme function since 2.19.24

2016-01-13 Thread David Kastrup
David Kastrup writes: > Malte Meyn writes: > >> Am 10.01.2016 um 02:50 schrieb Peter Crighton: >>> (if (or (music-is-of-type? mus 'rest-event) >>> (music-is-of-type? mus 'multi-measure-rest)) >> >> The overrides fall into the ‘else’ case and th

Re: Overriding tie-configuration & \shape breaks custom Scheme function since 2.19.24

2016-01-12 Thread Peter Crighton
Thank you, works perfectly! -- Peter Crighton | Musician & Music Engraver based in Mainz, Germany http://www.petercrighton.de 2016-01-10 9:44 GMT+01:00 Malte Meyn : > > > Am 10.01.2016 um 02:50 schrieb Peter Crighton: >> (if (or (music-is-of-type? mus 'rest-event) >>

Re: Overriding tie-configuration & \shape breaks custom Scheme function since 2.19.24

2016-01-10 Thread David Kastrup
Malte Meyn writes: > Am 10.01.2016 um 02:50 schrieb Peter Crighton: >> (if (or (music-is-of-type? mus 'rest-event) >> (music-is-of-type? mus 'multi-measure-rest)) > > The overrides fall into the ‘else’ case and then the tweaks are applied. > I’m

Re: Overriding tie-configuration & \shape breaks custom Scheme function since 2.19.24

2016-01-10 Thread Malte Meyn
Am 10.01.2016 um 02:50 schrieb Peter Crighton: > (if (or (music-is-of-type? mus 'rest-event) > (music-is-of-type? mus 'multi-measure-rest)) The overrides fall into the ‘else’ case and then the tweaks are applied. I’m not sure why this is changi

Overriding tie-configuration & \shape breaks custom Scheme function since 2.19.24

2016-01-09 Thread Peter Crighton
Hello, I have a small Scheme function to make single note heads in a chord smaller which used to work in the past. But now there’s a bug in it when I override the tie-configuration or use the \shape function, which makes all note heads in the chord smaller from that point onwards. As you can see i