]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature-engraver.cc
* lily/mensural-ligature-engraver.cc: bugfix: another victim of
[lilypond.git] / lily / mensural-ligature-engraver.cc
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);