]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-engraver.cc
Add cautionary-style to interface.
[lilypond.git] / lily / staff-symbol-engraver.cc
index caca0f8034cf87bd55b4620237b9fa09ce13cbcf..dff7448e1230a9d6eedca05636c630574540c9a3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -47,7 +47,7 @@ Staff_symbol_engraver::initialize ()
   
   span_p_->set_bound (LEFT, unsmob_grob (get_property ("currentCommandColumn")));
 
-  announce_grob (span_p_, 0);
+  announce_grob(span_p_, SCM_EOL);
 }
 
 void