]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / mensural-ligature.cc
index 4fcd9be5d3faab15d38b5a4a6198a48ad33e0745..2c1059eb87b9995ae7829e1f1236ab3d082d88e5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2002--2011 Juergen Reuter <reuter@ipd.uka.de>,
+  Copyright (C) 2002--2014 Juergen Reuter <reuter@ipd.uka.de>,
   Pal Benko <benkop@freestart.hu>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -168,14 +168,14 @@ internal_brew_primitive (Grob *me)
       duration_log--;
     case MLP_BREVIS:
       duration_log--;
-      suffix = to_string (duration_log) + color
-                      + (duration_log < -1 ? "lig" : "") + "mensural";
+      suffix = ::to_string (duration_log) + color
+               + (duration_log < -1 ? "lig" : "") + "mensural";
       index = prefix + "s";
       out = fm->find_by_name (index + "r" + suffix);
       if (!out.is_empty ()
           && !Staff_symbol_referencer::on_line
-              (me,
-               robust_scm2int (me->get_property ("staff-position"), 0)))
+          (me,
+           robust_scm2int (me->get_property ("staff-position"), 0)))
         index += "r";
       out = fm->find_by_name (index + suffix);
       break;