From 5783fee853f1c60509fdc5e836e8f497776222a9 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sun, 16 Dec 2012 23:34:18 +0000 Subject: [PATCH] Fix \textLengthOn to work with 2.17 skylining (3032) Fix suggested by Mike Solomon --- ly/property-init.ly | 3 +++ 1 file changed, 3 insertions(+) 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 } -- 2.39.2