]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column-engraver.cc
* flower/file-path.cc (find): try to open directly as well, so we
[lilypond.git] / lily / dot-column-engraver.cc
index 61e4323e07fe9e029c20cde5fe7f15ea85a969a0..6cabafe451f8e5c69cad94c0eac7b4db08d2a3e6 100644 (file)
@@ -7,7 +7,6 @@
   
  */
 
-
 #include "rhythmic-head.hh"
 #include "dot-column.hh"
 #include "side-position-interface.hh"
@@ -45,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
@@ -73,8 +72,8 @@ Dot_column_engraver::acknowledge_grob (Grob_info info)
 
 
 
-ENTER_DESCRIPTION (Dot_column_engraver,
-/* descr */       " Engraves dots on dotted notes shifted to the right of the note.\n"
+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",
 /* accepts */     "",