]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
Issue 4997/3: Use Preinit in Music
[lilypond.git] / lily / time-signature-performer.cc
index 5ca26e66da19a7f3ca54f4f447a7956455bb99a8..3a3bbd2ca328de3c563bdc5314483c0bcea50d90 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -81,6 +81,12 @@ Time_signature_performer::stop_translation_timestep ()
 
 #include "translator.icc"
 
+void
+Time_signature_performer::boot ()
+{
+
+}
+
 ADD_TRANSLATOR (Time_signature_performer,
                 /* doc */
                 "",