From: Trevor Daniels Date: Sun, 16 Dec 2012 23:34:18 +0000 (+0000) Subject: Fix \textLengthOn to work with 2.17 skylining (3032) X-Git-Tag: release/2.17.10-1~45 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5783fee853f1c60509fdc5e836e8f497776222a9;p=lilypond.git Fix \textLengthOn to work with 2.17 skylining (3032) Fix suggested by Mike Solomon --- diff --git a/ly/property-init.ly b/ly/property-init.ly index 657d10967b..633a12909a 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -555,10 +555,13 @@ showSplitTiedTabNotes = { textLengthOn = { \override TextScript.extra-spacing-width = #'(0 . 0) \override TextScript.extra-spacing-height = #'(-inf.0 . +inf.0) + \override TextScript.outside-staff-horizontal-padding = #0 } + textLengthOff = { \override TextScript.extra-spacing-width = #'(+inf.0 . -inf.0) \override TextScript.extra-spacing-height = #'(0 . 0) + \revert TextScript.outside-staff-horizontal-padding }