From: fred Date: Wed, 27 Mar 2002 00:58:28 +0000 (+0000) Subject: lilypond-1.3.141 X-Git-Tag: release/1.5.59~842 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=211b538cbf60d1147fba71cb6833ec22b60f4812;p=lilypond.git lilypond-1.3.141 --- diff --git a/lily/local-key-item.cc b/lily/local-key-item.cc index 634a4b7b3f..bc49391582 100644 --- a/lily/local-key-item.cc +++ b/lily/local-key-item.cc @@ -61,7 +61,7 @@ Local_key_item::add_pitch (Grob*me, Pitch p, bool cautionary, bool natural, Molecule Local_key_item::parenthesize (Grob*me, Molecule m) { - Molecule open = Font_interface::get_default_font (me)->find_by_name (String ("accidentals- (")); + Molecule open = Font_interface::get_default_font (me)->find_by_name (String ("accidentals-(")); Molecule close = Font_interface::get_default_font (me)->find_by_name (String ("accidentals-)")); m.add_at_edge (X_AXIS, LEFT, Molecule (open), 0); m.add_at_edge (X_AXIS, RIGHT, Molecule (close), 0);