X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftiming-engraver.cc;h=97db20c1bb6eb739e2b7f721fde765eb3ab3cfb7;hb=36f6766b9de37adb09d2a27e3f925b356cbc0849;hp=468656ffe2ea42022b28cd61157d06cfbc4b1391;hpb=79a1f9f62e073d847883cdb56e232e7a7f4c1b0f;p=lilypond.git diff --git a/lily/timing-engraver.cc b/lily/timing-engraver.cc index 468656ffe2..97db20c1bb 100644 --- a/lily/timing-engraver.cc +++ b/lily/timing-engraver.cc @@ -3,10 +3,10 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2004 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ + #include "context.hh" -#include "grob-info.hh" #include "multi-measure-rest.hh" #include "timing-translator.hh" #include "engraver.hh" @@ -114,7 +114,7 @@ Timing_engraver::stop_translation_timestep () } -ENTER_DESCRIPTION (Timing_engraver, +ADD_TRANSLATOR (Timing_engraver, /* descr */ " Responsible for synchronizing timing information from staves. " "Normally in @code{Score}. In order to create polyrhythmic music, " "this engraver should be removed from @code{Score} and placed in "