]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-signature-interface.cc
``slikken kreng''
[lilypond.git] / lily / key-signature-interface.cc
index 16215ce5417123717f89200797fc9df97799f0ce..7b3c9ab3a1872aff183e7fd687061b641d949d22 100644 (file)
@@ -131,7 +131,7 @@ Key_signature_interface::brew_molecule (SCM smob)
       int pos = alteration_pos (what, alter, c0p);
       
       Molecule m = Font_interface::get_default_font (me)->
-         find_by_name (String ("accidentals-") + style + to_str (alter));
+         find_by_name (String ("accidentals-") + style + to_string (alter));
       m.translate_axis (pos * inter, Y_AXIS);
       mol.add_at_edge (X_AXIS, LEFT, m, 0);
     }