* python/lilylib.py (setup_temp): temporary directories are mode 700.
[lilypond.git] / lily / gregorian-ligature.cc
blob664124f329e863f9481f78a6c8dee1be5e512f30
1 /*
2 gregorian-ligature.cc -- implement Gregorian_ligature
4 source file of the GNU LilyPond music typesetter
6 (c) 2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8 #include "grob.hh"
10 class Gregorian_ligature {
11 public:
12 static bool has_interface (Grob *);
17 CHECK ME -- does prefix-set come from here ?
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");