X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fmensural-ligature.hh;h=bb51eaca88a8afa42c3bdeb2caa0008ef09aa4f1;hb=bdd3c80b32f39751ed30a89a4623ede6fe0c6df3;hp=3146dfc3bf0ce9e8c7d9833f84bb33e20b540d49;hpb=82d50a4377fcd34c902452430b5e85e52ccb0007;p=lilypond.git diff --git a/lily/include/mensural-ligature.hh b/lily/include/mensural-ligature.hh index 3146dfc3bf..bb51eaca88 100644 --- a/lily/include/mensural-ligature.hh +++ b/lily/include/mensural-ligature.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2005 Juergen Reuter , + (c) 2002--2006 Juergen Reuter , Pal Benko */ @@ -16,13 +16,13 @@ /* * 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)