Hans Åberg <haber...@telia.com> writes:

>> On 30 Jul 2016, at 18:21, Malte Meyn <lilyp...@maltemeyn.de> wrote:
>
>>> That one, I discovered, but “parser” must be there in another location.
>> Are you sure? input/regression/note-names.ly doesn’t have parser or
>> (*parser*) anywhere.
>
> Looking at the file I am actually using (with SMuFL glyphs), (*parser*) is 
> not needed, but Graham’s file regular.ly has a line
>   retune = #(define-music-function (parser location ET midc m)
>     (rational? integer? ly:music?) m)

Which works perfectly as-is since parser here is a function parameter
and define-music-function will accept this definition.  It also works
perfectly after using convert-ly (which will actually remove the
parser/location arguments).

I do not understand what the problem with running convert-ly and then
reporting any _actual_ remaining problems is.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to