]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar-engraver.cc
* lily/include/translator.icc: new file.
[lilypond.git] / lily / span-bar-engraver.cc
index 80339b3ce8f6ff493fd4d6df62ffa7e319ca47b3..f98f8d321422665374e0be2353c648c665168ac8 100644 (file)
@@ -28,7 +28,7 @@ public:
   TRANSLATOR_DECLARATIONS (Span_bar_engraver);
 protected:
   virtual void acknowledge_grob (Grob_info);
-  virtual void stop_translation_timestep ();
+  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
 };
 
 Span_bar_engraver::Span_bar_engraver ()
@@ -72,6 +72,8 @@ Span_bar_engraver::stop_translation_timestep ()
   bars_.set_size (0);
 }
 
+#include "translator.icc"
+
 ADD_TRANSLATOR (Span_bar_engraver,
                /* descr */ "This engraver makes cross-staff barlines: It catches all normal "
                "bar lines, and draws a single span-bar across them.",