]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/mensural-ligature-engraver.cc: bugfix: another victim of
authorJürgen Reuter <j@web.de>
Sat, 19 Feb 2005 21:58:17 +0000 (21:58 +0000)
committerJürgen Reuter <j@web.de>
Sat, 19 Feb 2005 21:58:17 +0000 (21:58 +0000)
the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.

ChangeLog
lily/mensural-ligature-engraver.cc

index 7c35e180e10b4defc6835348c816384dc72e244f..f2f1523d16d8467c32c33c1a310004754e211294 100644 (file)
--- 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  <hanwen@xs4all.nl>
 
        * scm/framework-pdf.scm (scm): new file
index 233b60051c4edd4cca26260cd15b1d470ba331f8..33d42b17d2db704659fecd65482a3a2f120d049f 100644 (file)
@@ -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);