X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftime-signature.hh;h=5c77a2cff92e1572e2fc2b3e89e5e9411b431791;hb=92f143cbac313d02c4fab36dac3a25e9c7adbfc2;hp=686c9b132bcc62db8e2d5646a550bd50505c31a1;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/include/time-signature.hh b/lily/include/time-signature.hh index 686c9b132b..5c77a2cff9 100644 --- a/lily/include/time-signature.hh +++ b/lily/include/time-signature.hh @@ -1,13 +1,14 @@ /* time_signature.hh -- declare Time_signature - (c) 1996--2001 Han-Wen Nienhuys + (c) 1996--2007 Han-Wen Nienhuys */ #ifndef METER_HH #define METER_HH -#include "item.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" /** Print a time_signature sign. @@ -15,13 +16,13 @@ TODO: 2+3+2/8 time_signatures - - */ +*/ struct Time_signature { - static Molecule special_time_signature (Grob*,String,int,int) ; - static Molecule time_signature (Grob*,int, int); - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); + DECLARE_GROB_INTERFACE(); + static Stencil special_time_signature (Grob *, SCM, int, int); + static Stencil numbered_time_signature (Grob *, int, int); + DECLARE_SCHEME_CALLBACK (print, (SCM)); }; #endif // METER_HH