]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix \textLengthOn to work with 2.17 skylining (3032)
authorTrevor Daniels <t.daniels@treda.co.uk>
Sun, 16 Dec 2012 23:34:18 +0000 (23:34 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 25 Dec 2012 08:33:55 +0000 (08:33 +0000)
  Fix suggested by Mike Solomon

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
 }