From: Jürgen Reuter Date: Sat, 19 Feb 2005 21:58:17 +0000 (+0000) Subject: * lily/mensural-ligature-engraver.cc: bugfix: another victim of X-Git-Tag: release/2.5.14~123 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2fdf5507209f064d9655fc4cc5d10afefdb00052;p=lilypond.git * lily/mensural-ligature-engraver.cc: bugfix: another victim of the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming. --- diff --git a/ChangeLog b/ChangeLog index 7c35e180e1..f2f1523d16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,9 @@ * ly/gregorian-init.ly: commit some experimental code for hi-level ligature input language lying around here for several months. + * lily/mensural-ligature-engraver.cc: bugfix: another victim of + the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming. + 2005-02-19 Han-Wen Nienhuys * scm/framework-pdf.scm (scm): new file diff --git a/lily/mensural-ligature-engraver.cc b/lily/mensural-ligature-engraver.cc index 233b60051c..33d42b17d2 100644 --- a/lily/mensural-ligature-engraver.cc +++ b/lily/mensural-ligature-engraver.cc @@ -347,7 +347,7 @@ Mensural_ligature_engraver::propagate_properties (Spanner *ligature, Real head_width = Font_interface::get_default_font (ligature)-> - find_by_name ("noteheads.-1mensural").extent (X_AXIS).length (); + find_by_name ("noteheads.s-1mensural").extent (X_AXIS).length (); Real flexa_width = robust_scm2double (ligature->get_property ("flexa-width"), 2); flexa_width *= Staff_symbol_referencer::staff_space (ligature);