X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmensural-ligature-engraver.cc;h=35b8614b0d62fa2a657510c68b9ac3fc35e37144;hb=85394d425536d267ed0cb71d17023849f1611180;hp=a51f223e18c05d14366adca4be4daefc2b4c2743;hpb=bb8a0a5387af94dd2702877256334b160575a730;p=lilypond.git diff --git a/lily/mensural-ligature-engraver.cc b/lily/mensural-ligature-engraver.cc index a51f223e18..35b8614b0d 100644 --- a/lily/mensural-ligature-engraver.cc +++ b/lily/mensural-ligature-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2002--2011 Juergen Reuter , + Copyright (C) 2002--2012 Juergen Reuter , Pal Benko LilyPond is free software: you can redistribute it and/or modify @@ -339,7 +339,7 @@ Mensural_ligature_engraver::propagate_properties (Spanner *ligature, vector primitives) { Real thickness - = robust_scm2double (ligature->get_property ("thickness"), 1.4); + = robust_scm2double (ligature->get_property ("thickness"), 1.3); thickness *= ligature->layout ()->get_dimension (ly_symbol2scm ("line-thickness"));