]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Fri, 1 May 1998 17:21:46 +0000 (17:21 +0000)
committerfred <fred>
Fri, 1 May 1998 17:21:46 +0000 (17:21 +0000)
lily/lexer.ll

index c7df7be95ebf466b81bc027c7dd06418b72f07a7..6d38b2451eb618aa6feb974b7e755fdc089c2262 100644 (file)
@@ -129,6 +129,9 @@ TELP                \\\]
 }
 
 
+<notes,INITIAL,lyrics>\\maininput           {
+       start_main_input ();
+}
 
 <notes,INITIAL,lyrics>\\include           {
        yy_push_state (incl);