From: Han-Wen Nienhuys Date: Sun, 12 Jan 2003 22:02:55 +0000 (+0000) Subject: 2002->2003 X-Git-Tag: release/1.7.12~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=055d700185c100b2e214091f5b96dbbc3d294ddd;p=lilypond.git 2002->2003 --- diff --git a/lily/gregorian-ligature.cc b/lily/gregorian-ligature.cc new file mode 100644 index 0000000000..9ba813feb9 --- /dev/null +++ b/lily/gregorian-ligature.cc @@ -0,0 +1,22 @@ +/* + gregorian-ligature.cc -- implement Gregorian_ligature + + source file of the GNU LilyPond music typesetter + + (c) 2003 Han-Wen Nienhuys +*/ +#include "grob.hh" + +class Gregorian_ligature { +public: + static bool has_interface (Grob *); +}; + + +/* + CHECK ME -- does prefix-set come from here ? + */ +ADD_INTERFACE (Gregorian_ligature, "gregorian-ligature-interface", + "A gregorian ligature", + "virga stropha inclinatum auctum descendens ascendens " + "pes-or-flexa semivocalis oriscus quilisma prefix-set deminutum");