]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.50
authorfred <fred>
Sun, 24 Mar 2002 19:38:53 +0000 (19:38 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:38:53 +0000 (19:38 +0000)
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>\\. {