]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar.cc
*** empty log message ***
[lilypond.git] / lily / span-bar.cc
index 45cfa80e15f6c3a815bfe262ff8499956dc97c2a..4820be55c6bf98c94fba4726af4737b3b4c9dffb 100644 (file)
@@ -218,7 +218,7 @@ Span_bar::evaluate_glyph (Grob*me)
       type = ".|.";
     }
 
-  gl = ly_str02scm (type.to_str0 ());
+  gl = scm_makfrom0str (type.to_str0 ());
   if (scm_equal_p (me->internal_get_grob_property (glyph_symbol), gl) != SCM_BOOL_T)
     me->internal_set_grob_property (glyph_symbol, gl);
 }