]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.l
release: 0.1.11
[lilypond.git] / lily / lexer.l
index 8e702b7c793d00b52041edad18b5473f1d298d2f..fa82ddd56379f5118a93036d09bd3ac1857597f8 100644 (file)
@@ -87,6 +87,10 @@ LYRICS               ({AA}|{NATIONAL})[^0-9 \t\n\f]*
 %%
 
 
+<*>\r          {
+       // windows-suck-suck-suck
+}
+
 <notes,incl,INITIAL,lyrics>{
   "%{" {
        yy_push_state(longcomment);