]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental.cc
* Ignore test failures on non-i386/amd64 architectures (Closes:
[lilypond.git] / lily / accidental.cc
index c91152522846c48284b9b9cf9cb55ff5c758e40a..0e81a6bea299105e2a66cf1459e2de6b8a03a588 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "accidental-interface.hh"
@@ -109,7 +109,7 @@ Accidental_interface::accurate_boxes (Grob *me, Grob **common)
            really close.
          */
          Direction bulb_dir =
-           glyph_name=="accidentals.mirroredflat" ? LEFT : RIGHT;
+           glyph_name == "accidentals.mirroredflat" ? LEFT : RIGHT;
          stem[X_AXIS][bulb_dir] = stem[X_AXIS].center ();
 
          /*
@@ -189,7 +189,7 @@ Accidental_interface::get_stencil (Grob *me)
       return SCM_EOL;
     }
   
-  Stencil mol (fm->find_by_name (scm_i_string_chars (glyph_name)));
+  Stencil mol (fm->find_by_name (ly_scm2string (glyph_name)));
   if (to_boolean (me->get_property ("restore-first")))
     {
       /*