]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
release: 1.5.36
[lilypond.git] / lily / lexer.ll
index 7bff8df6f4b16026132d488f5d397afcd9e29e86..423e437b20340db07d1069cbe41325d6a13ddff4 100644 (file)
@@ -272,12 +272,6 @@ HYPHEN             --
        _       {
                return FIGURE_SPACE;
        }
-       \]      {
-               return FIGURE_BRACKET_CLOSE;
-       }
-       \[      {
-               return FIGURE_BRACKET_OPEN;
-       }
        \>              {
                return FIGURE_CLOSE;
        }