]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
* lily/text-item.cc (text_to_molecule): new function
[lilypond.git] / lily / lexer.ll
index c6e6b7a920f9b103d23aa0828fe8c87c1f016945..de7da4965861615dcf4eb7e7e8dc7dad0f0ed1d9 100644 (file)
@@ -296,6 +296,7 @@ HYPHEN              --
                return FIGURE_OPEN;
        }
 }
+
 <notes,figures>{
        {ALPHAWORD}     {
                return scan_bare_word (YYText ());
@@ -427,6 +428,9 @@ HYPHEN              --
        }
 }
 
+
+
+
 <<EOF>> {