Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / chord-name.hh
blob2123ffa442334f76d3040d82182f95454841934a
1 /*
2 chord-name.hh -- declare Chord_name
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2007 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
9 #ifndef CHORD_NAME_HH
10 #define CHORD_NAME_HH
12 #include "stencil.hh"
13 #include "grob-interface.hh"
15 class Chord_name
17 public:
18 DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
19 DECLARE_GROB_INTERFACE();
22 #endif // CHORD_NAME_HH