]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column-engraver.cc
* lily/output-def-scheme.cc: new file.
[lilypond.git] / lily / dot-column-engraver.cc
index 0a45cea58649947ef9e8fa31faaa851cfcf83b02..6cabafe451f8e5c69cad94c0eac7b4db08d2a3e6 100644 (file)
@@ -44,9 +44,9 @@ Dot_column_engraver::stop_translation_timestep ()
   if (stem_ && dotcol_)
     dotcol_->set_property ("stem", stem_->self_scm ());
       
-  dotcol_ =0;
+  dotcol_ = 0;
   heads_.clear ();
-  stem_ =0;
+  stem_ = 0;
 }
 
 void
@@ -72,7 +72,7 @@ Dot_column_engraver::acknowledge_grob (Grob_info info)
 
 
 
-ENTER_DESCRIPTION (Dot_column_engraver,
+ADD_TRANSLATOR (Dot_column_engraver,
 /* descr */       "Engraves dots on dotted notes shifted to the right of the note.\n"
 "If omitted, then dots appear on top of the notes.",
 /* creats*/       "DotColumn",