X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgregorian-ligature.hh;h=eaac1dd589fa711d1c78651faf4d77073b6e5bd9;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=0fd627c400bc0e64b58c42e8ead7b7530e9645fd;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/gregorian-ligature.hh b/lily/include/gregorian-ligature.hh index 0fd627c400..eaac1dd589 100644 --- a/lily/include/gregorian-ligature.hh +++ b/lily/include/gregorian-ligature.hh @@ -2,14 +2,18 @@ gregorian-ligature.hh -- part of GNU LilyPond source file of the GNU LilyPond music typesetter - - (c) 2003--2004 Juergen Reuter + + (c) 2003--2006 Juergen Reuter */ #ifndef GREGORIAN_LIGATURE_HH #define GREGORIAN_LIGATURE_HH -class Gregorian_ligature { +class Grob; +class String; + +class Gregorian_ligature +{ public: static bool has_interface (Grob *); static String prefixes_to_str (Grob *); @@ -24,17 +28,17 @@ public: * treated like a prefix for the head that follows the operator, but * does not affect the head that precedes the operator, if any. */ -#define VIRGA 0x0001 // attribute "\virga" -#define STROPHA 0x0002 // attribute "\stropha" -#define INCLINATUM 0x0004 // attribute "\inclinatum" -#define AUCTUM 0x0008 // attribute "\auctum" -#define DESCENDENS 0x0010 // attribute "\descendens" -#define ASCENDENS 0x0020 // attribute "\ascendens" -#define ORISCUS 0x0040 // attribute "\oriscus" -#define QUILISMA 0x0080 // attribute "\quilisma" -#define DEMINUTUM 0x0100 // attribute "\deminutum" -#define CAVUM 0x0200 // attribute "\cavum" -#define LINEA 0x0400 // attribute "\linea" +#define VIRGA 0x0001 // attribute "\virga" +#define STROPHA 0x0002 // attribute "\stropha" +#define INCLINATUM 0x0004 // attribute "\inclinatum" +#define AUCTUM 0x0008 // attribute "\auctum" +#define DESCENDENS 0x0010 // attribute "\descendens" +#define ASCENDENS 0x0020 // attribute "\ascendens" +#define ORISCUS 0x0040 // attribute "\oriscus" +#define QUILISMA 0x0080 // attribute "\quilisma" +#define DEMINUTUM 0x0100 // attribute "\deminutum" +#define CAVUM 0x0200 // attribute "\cavum" +#define LINEA 0x0400 // attribute "\linea" #define PES_OR_FLEXA 0x0800 // operator "\~" /* @@ -44,14 +48,14 @@ public: * These definitions may be extended by more specific Gregorian * ligatures such as vaticana-ligature.hh. */ -#define PES_LOWER 0x0001 // this is a head before "\~" in an - // ascending melody -#define PES_UPPER 0x0002 // this is a head after "\~" in an - // ascending melody -#define FLEXA_LEFT 0x0004 // this is a head before "\~" in a - // descending melody -#define FLEXA_RIGHT 0x0008 // this is a head after "\~" in a - // descending melody +#define PES_LOWER 0x0001 // this is a head before "\~" in an + // ascending melody +#define PES_UPPER 0x0002 // this is a head after "\~" in an + // ascending melody +#define FLEXA_LEFT 0x0004 // this is a head before "\~" in a +// descending melody +#define FLEXA_RIGHT 0x0008 // this is a head after "\~" in a +// descending melody #define AFTER_DEMINUTUM 0x0020 // previous head was a deminutum #endif /* GREGORIAN_LIGATURE_HH */