]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature.cc
Imported Upstream version 2.18.0
[lilypond.git] / lily / mensural-ligature.cc
index 3bffcb841c87f205f7b9fbd6127c42240ba2ede4..4695eef98683831400df09c3a337368ea12266f9 100644 (file)
@@ -168,7 +168,7 @@ internal_brew_primitive (Grob *me)
       duration_log--;
     case MLP_BREVIS:
       duration_log--;
-      suffix = to_string (duration_log) + color
+      suffix = ::to_string (duration_log) + color
                + (duration_log < -1 ? "lig" : "") + "mensural";
       index = prefix + "s";
       out = fm->find_by_name (index + "r" + suffix);