Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / volta-bracket.hh
blobcc69660a42727f03137c3ad99c09f232cbf7d6cc
1 /*
2 volta-spanner.hh -- part of GNU LilyPond
4 (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
5 */
7 #ifndef VOLTA_SPANNER_HH
8 #define VOLTA_SPANNER_HH
10 #include "spanner.hh"
11 #include "lily-proto.hh"
13 class Volta_bracket_interface
15 public:
16 DECLARE_GROB_INTERFACE();
17 DECLARE_SCHEME_CALLBACK (print, (SCM));
18 static void modify_edge_height (Spanner *);
19 static void add_bar (Grob *me, Item *bar);
22 #endif // VOLTA_SPANNER_HH