]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/file-name-map.cc
* lily/stem-tremolo.cc (translated_stencil): new function.
[lilypond.git] / lily / file-name-map.cc
index 11000e10b540c67c5b5827edef09eee46b7edece..c5c168bc140a2c38a5b4376f3337c369a6b45aba 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include <map>
@@ -12,10 +12,10 @@ using namespace std;
 #include "file-name-map.hh"
 #include "lily-guile.hh"
 
-map<String, String> file_name_map_global;
+map<string, string> file_name_map_global;
 
-String
-map_file_name (String s)
+string
+map_file_name (string s)
 {
   if (file_name_map_global.find (s) != file_name_map_global.end ())
     s = file_name_map_global[s];