]> git.donarmstrong.com Git - lilypond.git/blob - lily/gregorian-ligature.cc
new file
[lilypond.git] / lily / gregorian-ligature.cc
1 /*   
2   gregorian-ligature.cc -- implement Gregorian_ligature
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8 #include "grob.hh"
9
10 class Gregorian_ligature {
11 public:
12   static bool has_interface (Grob *);
13 };
14
15
16 /*
17   CHECK ME -- does prefix-set come from here ? 
18  */
19 ADD_INTERFACE (Gregorian_ligature, "gregorian-ligature-interface",
20                "A gregorian ligature",
21                "virga stropha inclinatum auctum descendens ascendens "
22                "pes-or-flexa semivocalis oriscus context-info quilisma prefix-set deminutum");