]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-engraver.cc
(setup_paths): Add more debugging verbosity.
[lilypond.git] / lily / time-signature-engraver.cc
index 3ebb80672a48b0b130ecf4bb9469a92fe45a6af7..2ddb9ab0b7d5ab0eb4b819040988cf32674c1b3f 100644 (file)
@@ -3,12 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "time-signature.hh"
 #include "warn.hh"
-#include "engraver-group-engraver.hh"
+#include "engraver-group.hh"
 #include "misc.hh"
 
 /**
@@ -27,14 +27,12 @@ public:
   TRANSLATOR_DECLARATIONS (Time_signature_engraver);
 };
 
-
 void
 Time_signature_engraver::derived_mark () const
 {
   scm_gc_mark (last_time_fraction_);
 }
 
-
 Time_signature_engraver::Time_signature_engraver ()
 {
   time_signature_ = 0;
@@ -80,8 +78,8 @@ Time_signature_engraver::stop_translation_timestep ()
 #include "translator.icc"
 
 ADD_TRANSLATOR (Time_signature_engraver,
-               /* descr */ "Create a TimeSignature whenever @code{timeSignatureFraction} changes",
-               /* creats*/ "TimeSignature",
-               /* accepts */ "",
-               /* reads */ "",
+               /* doc */ "Create a TimeSignature whenever @code{timeSignatureFraction} changes",
+               /* creat*/ "TimeSignature",
+               /* accept */ "",
+               /* read */ "",
                /* write */ "");