]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ligature-head.hh
c502c04bd0d7d196750e0c0e9a002cfcc6a8c0cd
[lilypond.git] / lily / include / ligature-head.hh
1 /*
2   ligature-head.hh -- part of GNU LilyPond
3
4   (c) 2002 Juergen Reuter <reuter@ipd.uka.de>
5 */
6
7 #ifndef LIGATURE_HEAD_HH
8 #define LIGATURE_HEAD_HH
9
10 #include "lily-guile.hh"
11 #include "molecule.hh"
12
13 /** ball within a ligature.  Also takes care of ledger lines.
14
15     LigatureHead is a kind of RhythmicHead, see there.
16
17   Read-only:
18 */
19
20 class Ligature_head 
21 {
22 public:
23   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
24   static bool has_interface (Grob*);
25   
26 };
27 #endif // LIGATURE_HEAD_HH
28