]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-engraver.cc
*** empty log message ***
[lilypond.git] / lily / timing-engraver.cc
index db7693c1b30eaec7f4c06d2632a0b060cde77ec6..dfdf4d51d02a5cf646379f95d122012db2d1601a 100644 (file)
@@ -54,7 +54,7 @@ Timing_engraver::start_translation_timestep ()
   if (!gh_string_p (which))
     which
       = (now.main_part_ || now.main_part_ == last_moment_.main_part_)
-      ? SCM_EOL : ly_str02scm ("|");
+      ? SCM_EOL : scm_makfrom0str ("|");
 
   Moment mp = measure_position ();
   bool start_of_measure = (last_moment_.main_part_ != now.main_part_&& !mp.main_part_  );