From 4b9abfc5ba16bd816e0104b3238893178189e150 Mon Sep 17 00:00:00 2001 From: janneke Date: Mon, 19 Apr 2004 16:43:53 +0000 Subject: [PATCH] Allow \encoding in NOTES mode. --- ChangeLog | 2 ++ lily/lexer.ll | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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}* { -- 2.39.5