]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-number-engraver.cc
*** empty log message ***
[lilypond.git] / lily / bar-number-engraver.cc
index 697187003c18dae059bf35f4107e0ee7af743162..47bceef5bb1f57cfccc6da4a87b00a685bce8e40 100644 (file)
@@ -63,7 +63,7 @@ Bar_number_engraver::process_music ()
          
          // guh.
          text_->set_grob_property ("text",
-                                     ly_str02scm (to_string (gh_scm2int (bn)).to_str0 ()));
+                                     scm_makfrom0str (to_string (gh_scm2int (bn)).to_str0 ()));
        }
     }