]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.73pre
authorfred <fred>
Sun, 24 Mar 2002 19:46:56 +0000 (19:46 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:46:56 +0000 (19:46 +0000)
.dstreamrc
lily/lexer.l

index 0d6086e1ea192e0ad5a06b542ab0920b5f812ccc..321a61888aca5312c08531b26b459bc58ebdeaf9 100644 (file)
@@ -13,8 +13,8 @@ PScore                        0
 Idealspacing           0
 
 # yydebug
-InitParser             1
-Parser                 1
+InitParser             0
+Parser                 0
 InitDeclarations       0
 Declarations           1
 # FlexLexer debug
index f942a19cc307be87b18cad50658192aebc9082ce..51ea87a08dd3a5fcde94cd98740d7524f5fd02f6 100644 (file)
@@ -114,8 +114,7 @@ LYRICS              ({AA}|{NATIONAL})[^0-9 \t\n\f]*
          yyterminate(); // can't move this, since it actually rets a YY_NULL
        }
 }
-<notes,INITIAL,lyrics>
-\\include           {
+<notes,INITIAL,lyrics>\\include           {
        yy_push_state(incl);
 }
 <incl>\"[^"]*\"   { /* got the include file name */