]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
release: 1.5.11
[lilypond.git] / lily / lexer.ll
index 2bbf7c564c076fbfa1a0b3543ab6ab56a2212433..b44ae5ef9dadaac6932dd70023f51b9afa178c0e 100644 (file)
@@ -457,6 +457,8 @@ HYPHEN              --
        return E_OPEN;
     case ')':
        return E_CLOSE;
+    case '~':
+       return E_TILDE;
     default:
        return E_CHAR;
     }