Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / time-signature.hh
blob5c77a2cff92e1572e2fc2b3e89e5e9411b431791
1 /*
2 time_signature.hh -- declare Time_signature
4 (c) 1996--2007 Han-Wen Nienhuys
5 */
7 #ifndef METER_HH
8 #define METER_HH
10 #include "grob-interface.hh"
11 #include "lily-proto.hh"
13 /**
14 Print a time_signature sign.
16 TODO:
18 2+3+2/8 time_signatures
20 struct Time_signature
22 DECLARE_GROB_INTERFACE();
23 static Stencil special_time_signature (Grob *, SCM, int, int);
24 static Stencil numbered_time_signature (Grob *, int, int);
25 DECLARE_SCHEME_CALLBACK (print, (SCM));
27 #endif // METER_HH