From 2fdf5507209f064d9655fc4cc5d10afefdb00052 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Reuter?= Date: Sat, 19 Feb 2005 21:58:17 +0000 Subject: [PATCH] * lily/mensural-ligature-engraver.cc: bugfix: another victim of the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming. --- ChangeLog | 3 +++ lily/mensural-ligature-engraver.cc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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); -- 2.39.2