]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
Consider pdf as optional file.
[lilypond.git] / lily / time-signature-performer.cc
index 3e57a2c02c6b35114a5e3fad606da53e5dc89a3d..2401c2f77117e4cb655eee1ee6408936aab48750 100644 (file)
@@ -70,4 +70,16 @@ Time_signature_performer::stop_translation_timestep ()
 
 #include "translator.icc"
 
-ADD_TRANSLATOR (Time_signature_performer, "", "", "", "");
+ADD_TRANSLATOR (Time_signature_performer,
+               /* doc */
+               "",
+
+               /* create */
+               "",
+
+               /* read */
+               "",
+
+               /* write */
+               ""
+               );