|
From: | Federico Bruni |
Subject: | Re: Crash from embedded comment |
Date: | Thu, 19 Nov 2020 23:42:10 +0100 |
(minimum-distance . 12) % errant comment causes crash
You should use `;` to add a comment in a Scheme block, so it doesn't look like a bug to me.
v2.20 did not produce an error, but the documentation already warned against using % in a Scheme block:
"Note that LilyPond comments (% and %{ %}) cannot be used within Scheme code, even in a LilyPond input file, because the Guile interpreter, not the LilyPond lexer, is reading the Scheme expression."
from: http://lilypond.org/doc/v2.20/Documentation/extending/lilypond-scheme-syntax
[Prev in Thread] | Current Thread | [Next in Thread] |