X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-signature-performer.cc;h=d9c25554fd7c637e8ecdd793047de78b1c81a6d1;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=f65e36feb613ca19f86e01276dac24362ac76768;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/time-signature-performer.cc b/lily/time-signature-performer.cc index f65e36feb6..d9c25554fd 100644 --- a/lily/time-signature-performer.cc +++ b/lily/time-signature-performer.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2009 Jan Nieuwenhuizen + Copyright (C) 1997--2015 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -82,15 +82,15 @@ Time_signature_performer::stop_translation_timestep () #include "translator.icc" ADD_TRANSLATOR (Time_signature_performer, - /* doc */ - "", + /* doc */ + "", - /* create */ - "", + /* create */ + "", - /* read */ - "", + /* read */ + "", - /* write */ - "" - ); + /* write */ + "" + );