]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/chord-name.hh
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / include / chord-name.hh
1 /*
2   chord-name.hh -- declare Chord_name
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef CHORD_NAME_HH
10 #define CHORD_NAME_HH
11
12 #include "stencil.hh"
13
14
15 class Chord_name
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
19   static bool has_interface (Grob*);
20 };
21
22 #endif // CHORD_NAME_HH