From 994d1db89ddd26463266d2a1a4c75110f1a3d0c9 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:02:02 +0000 Subject: [PATCH] lilypond-1.3.103 --- lily/my-lily-lexer.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lily/my-lily-lexer.cc b/lily/my-lily-lexer.cc index 88d00fd5fd..44c2597ed7 100644 --- a/lily/my-lily-lexer.cc +++ b/lily/my-lily-lexer.cc @@ -23,8 +23,9 @@ #include "moment.hh" static Keyword_ent the_key_tab[]={ - {"autochange", AUTOCHANGE}, + {"apply", APPLY}, {"arpeggio", ARPEGGIO }, + {"autochange", AUTOCHANGE}, {"spanrequest", SPANREQUEST}, {"commandspanrequest", COMMANDSPANREQUEST}, {"simultaneous", SIMULTANEOUS}, -- 2.39.5