Am 30.07.2016 um 18:06 schrieb Hans Åberg:

On 30 Jul 2016, at 15:47, Malte Meyn <lilyp...@maltemeyn.de> wrote:

Am 30.07.2016 um 14:53 schrieb Hans Åberg:
When using Graham Breed’s regular.ly, one writes a line like
 #(ly:parser-set-note-names parser SomePitchNames)
which worked in LilyPond 2.19.10. But in 2.19.45, there is an error:
error: GUILE signaled an error for the expression beginning here
newglyphs = #…
Unbound variable: parser

So the variable “parser” does not exist anymore, it seems. What is the 
replacement?

There is none. Just omit it like “parser location” in define-music-function.

#(ly:parser-set-note-names SomePitchNames)

This is what convert-ly does ;)

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.

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

Reply via email to