]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Adjust padding for skylines; issue 3336
[lilypond.git] / ly / property-init.ly
index fc7c67179a377b7e05d2e664539df5b6f97425e0..93906aa6328b1a6ce5dd52886908eed6f7d06ce4 100644 (file)
@@ -553,15 +553,14 @@ showSplitTiedTabNotes = {
 %% text length
 
 textLengthOn = {
-  \override TextScript.extra-spacing-width = #'(0 . 0)
+  % 0.4 staff-space between adjacent texts
+  \override TextScript.extra-spacing-width = #'(-0.0 . 0.4)
   \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
 }
 
 markLengthOn = {