]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar-engraver.cc
(process_acknowledged_grobs): new
[lilypond.git] / lily / span-bar-engraver.cc
index 053a88c7c58d235c4f4f525930cb851faa855293..342e8801cbfa640c929d60dddf176a0ac59ca760 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -90,9 +90,10 @@ Span_bar_engraver::stop_translation_timestep ()
 
 
 ENTER_DESCRIPTION(Span_bar_engraver,
-/* descr */       "This engraver makes cross-staff barlines: It catches all normal
-bar lines, and draws a single span-bar across them.",
+/* descr */       "This engraver makes cross-staff barlines: It catches all normal "
+"bar lines, and draws a single span-bar across them.",
 /* creats*/       "SpanBar",
-/* acks  */       "bar-line-interface",
+/* accepts */     "",
+/* acks  */      "bar-line-interface",
 /* reads */       "",
 /* write */       "");