]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Revert "Tempo and Rehearsal marks horizontal positioning; issue 3279"
[lilypond.git] / ly / property-init.ly
index 657d10967ba035fe7651bca760bb7e2d175fa52f..1c97c04fabf096b6f496cfe9a1ad521fdd59b255 100644 (file)
@@ -553,9 +553,11 @@ 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)
 }
+
 textLengthOff = {
   \override TextScript.extra-spacing-width = #'(+inf.0 . -inf.0)
   \override TextScript.extra-spacing-height = #'(0 . 0)