]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Fix \textLengthOn to work with 2.17 skylining (3032)
[lilypond.git] / ly / property-init.ly
index 657d10967ba035fe7651bca760bb7e2d175fa52f..633a12909ad1a0a42ccc6508b67e5118058605f7 100644 (file)
@@ -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
 }