X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftime-signature.hh;h=784af867b6faf2adeba662005dd1dc3e76108626;hb=058370efc7e9710f149d0f444328bb1fcd7bdec1;hp=2c712ba1e776c169196c56074e3b2c74866c1ed1;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/include/time-signature.hh b/lily/include/time-signature.hh index 2c712ba1e7..784af867b6 100644 --- a/lily/include/time-signature.hh +++ b/lily/include/time-signature.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2010 Han-Wen Nienhuys + Copyright (C) 1996--2014 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ */ struct Time_signature { - DECLARE_GROB_INTERFACE(); + 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));