]> git.donarmstrong.com Git - lilypond.git/commitdiff
2002->2003
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jan 2003 22:02:55 +0000 (22:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jan 2003 22:02:55 +0000 (22:02 +0000)
lily/gregorian-ligature.cc [new file with mode: 0644]

diff --git a/lily/gregorian-ligature.cc b/lily/gregorian-ligature.cc
new file mode 100644 (file)
index 0000000..9ba813f
--- /dev/null
@@ -0,0 +1,22 @@
+/*   
+  gregorian-ligature.cc -- implement Gregorian_ligature
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
+#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");