On 29 July 2011 17:20, Graham Percival <gra...@percival-music.ca> wrote:

> Could somebody get rid of these already?  They're left-over from
> Valentin's note name changes from Dec 2010 or so;

They come from parsing string-tunings-init.ly.

> they were
> debugging messages which were supposed to be removed, but weren't
> completely removed.

No, parsing a string via ly:parser-parse-string (which is ultimately
what the hash-extend syntax for parsing .ly code inside scheme via #{
... #} uses) causes the lexer to set new input called `<string>'.  To
remove this, you'd probably have to have a flag set when parsing
strings (or included strings) to silence the verbose output.

Cheers,
Neil

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

Reply via email to