]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
*** empty log message ***
[lilypond.git] / lily / clef.cc
index 96ffec7e9677986c799f222d2eb3afd60bb72e9b..9a2eec2e3a68d043f88f7a34a835b7fb07091e93 100644 (file)
@@ -32,7 +32,7 @@ Clef::before_line_breaking (SCM smob)
          && !to_boolean (s->get_grob_property ("full-size-change")))
        {
          str += "_change";
-         s->set_grob_property ("glyph-name", ly_str02scm (str.to_str0 ()));      
+         s->set_grob_property ("glyph-name", scm_makfrom0str (str.to_str0 ()));          
        }
     }
   else