]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/easy-notation.cc
Merge with master
[lilypond.git] / lily / easy-notation.cc
index c6ecb0e20f4539a48301f0e959ac96f2240374c4..34c0a97f781823f9936ae4e625f68ad7e7c3f2d0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "note-head.hh"
@@ -47,7 +47,7 @@ Note_head::brew_ez_stencil (SCM smob)
       char s[2] = "a";
       s[0] = (pit->get_notename () + 2) % 7 + 'a';
       s[0] = toupper (s[0]);
-      charstr = scm_makfrom0str (s);
+      charstr = scm_from_locale_string (s);
     }
 
   SCM letter