X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fmy-lily-lexer.cc;h=8e73971984178a09b3720056077318a58aee8e6e;hb=339ea28cd7e4f8a1c1ca7c1d4dfe803a3f4c03e6;hp=1da40f6b55c38e25b3d6499740234a2962449a8a;hpb=c89ca5505627d7b52922c4627e4afd02c03e039f;p=lilypond.git diff --git a/lily/my-lily-lexer.cc b/lily/my-lily-lexer.cc index 1da40f6b55..8e73971984 100644 --- a/lily/my-lily-lexer.cc +++ b/lily/my-lily-lexer.cc @@ -16,7 +16,6 @@ #include "my-lily-lexer.hh" #include "debug.hh" #include "source-file.hh" -#include "parseconstruct.hh" #include "main.hh" #include "scope.hh" @@ -60,7 +59,7 @@ static Keyword_ent the_key_tab[]={ {"remove", REMOVE}, {"repeat", REPEAT}, {"repetitions", REPETITIONS}, - {"rhythm", RHYTHM}, + {"addlyrics", ADDLYRICS}, {"scm", SCM_T}, {"scmfile", SCMFILE}, {"score", SCORE},