From: Jan Nieuwenhuizen Date: Mon, 19 Apr 2004 16:43:53 +0000 (+0000) Subject: Allow \encoding in NOTES mode. X-Git-Tag: release/2.3.1~63 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2d8ab91743a0827cc93b7aca71901010ee56be7a;p=lilypond.git Allow \encoding in NOTES mode. --- diff --git a/ChangeLog b/ChangeLog index 8329b015e7..c1221d5802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-04-19 Jan Nieuwenhuizen + * lily/lexer.ll: Allow \encoding in NOTES mode. + * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics for lyrics, not for commands. diff --git a/lily/lexer.ll b/lily/lexer.ll index 8b25deb071..b7e810e90a 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -161,7 +161,7 @@ HYPHEN -- } } -\\encoding{WHITE}* { +\\encoding{WHITE}* { yy_push_state (encoding); } \\version{WHITE}* {