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
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)
>>
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
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
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