X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=lily%2Fmensural-ligature-engraver.cc;h=35b8614b0d62fa2a657510c68b9ac3fc35e37144;hb=6d84a36fd1dde3fe2035ff17a78672c72f3ab0fc;hp=a51f223e18c05d14366adca4be4daefc2b4c2743;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;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"));