Valentin Villenave <[email protected]> writes:

> On 1/15/19, Davide Bonetti <[email protected]> wrote:
>> I modified
>>         (if (and (music-is-of-type? music 'event-chord)
>>                  (> l n))
>> with
>>         (if (and (music-is-of-type? music 'event-chord)
>>                  (>= l n))
>
> Nice catch! I’ve updated the snippet as well.
>
> Additionally, beware that the LSR version uses
> #(define-music-function (parser location music)
> whereas the syntax for LilyPond 2.19 would be
> #(define-music-function (music)

Not much to beware here since convert-ly knows its way around this and
2.19 will do argument counting in order to provide backwards
compatibility.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to