]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / lexer.ll
index f9601985f40b6bed668c7853e61bb359f2ab1f13..d69dbb5ffde1e825a8356408e829a96749a0979e 100644 (file)
@@ -895,6 +895,7 @@ static void init_signature_hash_table ()
                {"scm-scm", MUSIC_FUNCTION_SCM_SCM},
                {"music-music", MUSIC_FUNCTION_MUSIC_MUSIC},
                {"scm-music-music", MUSIC_FUNCTION_SCM_MUSIC_MUSIC},
+               {"scm-scm-music-music", MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC},
                {"scm-scm-music", MUSIC_FUNCTION_SCM_SCM_MUSIC},
                {"scm-scm-scm-music", MUSIC_FUNCTION_SCM_SCM_SCM_SCM_MUSIC},
                {"scm-scm-scm-scm-music", MUSIC_FUNCTION_SCM_SCM_SCM_MUSIC},