X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsustain-pedal.cc;h=2a01f3455e9988c44189501319be1478cf91b6b1;hb=62e36043035ba8e0a9c1137077ff45d794a7003e;hp=4973d87870c0655c1e31b6855c3f873b97401ece;hpb=9435b85cc6551448e51a16a1a0e41ab840feabc4;p=lilypond.git diff --git a/lily/sustain-pedal.cc b/lily/sustain-pedal.cc index 4973d87870..2a01f3455e 100644 --- a/lily/sustain-pedal.cc +++ b/lily/sustain-pedal.cc @@ -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); }