]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column-engraver.cc
release: 1.3.19
[lilypond.git] / lily / dot-column-engraver.cc
index 6ff73f1a4a245aab772f093c7026588a5cde27dd..88108cbea861cdd1c5da8d04a940a018d72f396f 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -11,8 +11,6 @@
 #include "rhythmic-head.hh"
 #include "dot-column.hh"
 
-ADD_THIS_TRANSLATOR (Dot_column_engraver);
-
 Dot_column_engraver::Dot_column_engraver ()
 {
   dotcol_p_ =0;
@@ -48,3 +46,6 @@ Dot_column_engraver::acknowledge_element (Score_element_info info)
   dotcol_p_->add_head (h);
 }
 
+
+ADD_THIS_TRANSLATOR(Dot_column_engraver);
+