]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/figured-bass-engraver.cc
remove ly_scm2str0.
[lilypond.git] / lily / figured-bass-engraver.cc
index f46a86b6711221204e69bfe53721f5df9d5c45d1..2368748c2a41e30fc9c62d461bf474ac4324189b 100644 (file)
@@ -37,11 +37,7 @@ Figured_bass_engraver::Figured_bass_engraver ()
 void
 Figured_bass_engraver::stop_translation_timestep ()
 {
-  if (figure_)
-    {
-      typeset_grob (figure_);
-      figure_ = 0;
-    }
+  figure_ = 0;
 
   figures_.clear ();
   rest_req_ = 0;