]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/mensural-ligature.hh
(parse_symbol_list): Bugfix.
[lilypond.git] / lily / include / mensural-ligature.hh
index 3146dfc3bf0ce9e8c7d9833f84bb33e20b540d49..2a3c9318a68fefe8ec4e1a75d66adb1ec046e67e 100644 (file)
 /*
  * These are all possible mensural ligature primitives.
  */
-#define MLP_NONE       0x00 // no output
-#define MLP_UP         0x01 // upward left stem
-#define MLP_DOWN       0x02 // downward left stem
-#define MLP_BREVIS     0x04 // mensural brevis head
-#define MLP_LONGA      0x08 // mensural brevis head with right cauda
-#define MLP_MAXIMA     0x10 // mensural maxima head without stem
-#define MLP_FLEXA      0x20 // mensural flexa-like shape
+#define MLP_NONE 0x00 // no output
+#define MLP_UP 0x01 // upward left stem
+#define MLP_DOWN 0x02 // downward left stem
+#define MLP_BREVIS 0x04 // mensural brevis head
+#define MLP_LONGA 0x08 // mensural brevis head with right cauda
+#define MLP_MAXIMA 0x10 // mensural maxima head without stem
+#define MLP_FLEXA 0x20 // mensural flexa-like shape
 
 #define MLP_STEM (MLP_UP | MLP_DOWN)
 #define MLP_SINGLE_HEAD (MLP_BREVIS | MLP_LONGA | MLP_MAXIMA)