]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
2003 -> 2004
[lilypond.git] / lily / sustain-pedal.cc
index 4973d87870c0655c1e31b6855c3f873b97401ece..13b6aaa8ce4d6f385b32d92bb6bd66f706fadac6 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 #include "grob.hh"
@@ -58,7 +58,7 @@ Sustain_pedal::brew_molecule (SCM smob)
       else
        idx += String (&text.to_bytes ()[i], 1);
       Molecule m = Font_interface::get_default_font (e)->find_by_name (idx);
-      if (!m.empty_b ())
+      if (!m.is_empty ())
        mol.add_at_edge (X_AXIS, RIGHT, m, 0, 0);
     }