]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column-engraver.cc
(stop_translation_timestep):
[lilypond.git] / lily / dot-column-engraver.cc
index 83953c5d54b89518e30c507281cc77db84785603..55956b3eb44659aa0b8c470709df65f3aca4fefa 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -80,11 +80,10 @@ 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.
-If omitted, then dots appear on top of the notes.
-",
+/* 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 */     "general-music",
+/* accepts */     "",
 /* acks  */      "rhythmic-head-interface dot-column-interface stem-interface",
 /* reads */       "",
 /* write */       "");