X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fvaticana-ligature-engraver.cc;h=31005fac31d6a123a5c94ec0215ac2b778213004;hb=8a719f6eec1bd84269a55d1ec99adb3f17c04e64;hp=ca8d042ce27947aff73a61fd58a32e0211b9bd15;hpb=6f9ae95601d7ac9c4cf7713b21ea69f825172c2e;p=lilypond.git diff --git a/lily/vaticana-ligature-engraver.cc b/lily/vaticana-ligature-engraver.cc index ca8d042ce2..31005fac31 100644 --- a/lily/vaticana-ligature-engraver.cc +++ b/lily/vaticana-ligature-engraver.cc @@ -345,7 +345,7 @@ check_for_prefix_loss (Item *primitive) String prefs = Gregorian_ligature::prefixes_to_str (primitive); primitive->warning (_f ("ignored prefix (es) `%s' of this head according " "to restrictions of the selected ligature style", - prefs.to_str0 ())); + prefs.c_str ())); } } @@ -553,7 +553,7 @@ Vaticana_ligature_engraver::transform_heads (Spanner *ligature, if (prev_primitive) prev_primitive->set_property ("glyph-name", - scm_makfrom0str (prev_glyph_name.to_str0 ())); + scm_makfrom0str (prev_glyph_name.c_str ())); /* * In the backend, flexa shapes and joins need to know about line @@ -571,7 +571,7 @@ Vaticana_ligature_engraver::transform_heads (Spanner *ligature, } prev_primitive->set_property ("glyph-name", - scm_makfrom0str (prev_glyph_name.to_str0 ())); + scm_makfrom0str (prev_glyph_name.c_str ())); align_heads (primitives, flexa_width, thickness);