lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Converting a large project from 2.18 to 2.19: what to expect?


From: Malte Meyn
Subject: Re: Converting a large project from 2.18 to 2.19: what to expect?
Date: Wed, 5 Apr 2017 09:18:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0


Am 05.04.2017 um 09:15 schrieb Shevek:
> In terms of Scheme changes, how does this affect compatibility with snippets
> written on 2.16 or 2.18?

Most notable change is the change in definition of music function changes:

#(define-music-function (parser location arg1 arg2) (type1? type2?) …)

becomes

#(define-music-function (arg1 arg2) (type1? type2?) …)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]