]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.l
release: 0.0.50
[lilypond.git] / lily / lexer.l
index 00180d66a0abfc5cbd7cee9d48d2e2fdccf463ee..cdb62a8717fdde6e83e7c20867bae24c3fefdfc2 100644 (file)
@@ -226,7 +226,7 @@ include           {
 <*>{WHITE}+    {
        
 }
-<notes>.       {
+<INITIAL,notes>.       {
        return yylval.c = YYText()[0];
 }
 <INITIAL,lyrics,notes>\\. {