Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / file-name-map.hh
blob74d96a28bf9253fc7bba91eebe72331f78a8a8db
1 /*
2 file-name-map.hh -- declare map_file_name()
4 source file of the GNU LilyPond music typesetter
6 (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef FILE_NAME_MAP_HH
10 #define FILE_NAME_MAP_HH
12 #include "std-string.hh"
14 string map_file_name (string s);
16 #endif /* FILE_NAME_MAP_HH */