[ << Running lilypond ] | [Top][Contents][Index] | [ Updating files with convert-ly >> ] |
[ < An extra staff appears ] | [ Up : Common errors ] | [ Error message FT_Get_Glyph_Name > ] |
Error message Unbound variable %
This error message will appear at the bottom of the console output or log file together with a “Guile signalled an error …” message every time a Scheme routine is called which (invalidly) contains a LilyPond rather than a Scheme comment.
LilyPond comments begin with a percent sign, (%
), and must
not be used within Scheme routines. Scheme comments begin with a
semi-colon, (;
).