X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgregorian-ligature.hh;h=0fd627c400bc0e64b58c42e8ead7b7530e9645fd;hb=a501f5946426488804ca2b03ab986f9c2b94ab99;hp=299c37833c9c9ac5c215cbfe5e1f6d2c41744f2e;hpb=8c29be317f46136a5dd1b2b0c46abb04602548c4;p=lilypond.git diff --git a/lily/include/gregorian-ligature.hh b/lily/include/gregorian-ligature.hh index 299c37833c..0fd627c400 100644 --- a/lily/include/gregorian-ligature.hh +++ b/lily/include/gregorian-ligature.hh @@ -3,12 +3,18 @@ source file of the GNU LilyPond music typesetter - (c) 2003 Juergen Reuter + (c) 2003--2004 Juergen Reuter */ #ifndef GREGORIAN_LIGATURE_HH #define GREGORIAN_LIGATURE_HH +class Gregorian_ligature { +public: + static bool has_interface (Grob *); + static String prefixes_to_str (Grob *); +}; + /* * Head prefixes: these bit-mask constants are used to represent * attributes immediately derived from user input (e.g. by the user @@ -46,7 +52,6 @@ // descending melody #define FLEXA_RIGHT 0x0008 // this is a head after "\~" in a // descending melody -#define AFTER_VIRGA 0x0010 // previous head was a virga #define AFTER_DEMINUTUM 0x0020 // previous head was a deminutum #endif /* GREGORIAN_LIGATURE_HH */