X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-empty-text.ly;h=c6e520bd555b2d95f8f7ea4c4f6674806c086d55;hb=ecc41fd08c437396edb27d1fb82c977e7404803e;hp=a3ba0d92a69b0c8877f518c51aaf810892d5e4b5;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index a3ba0d92a6..c6e520bd55 100644 --- a/input/regression/non-empty-text.ly +++ b/input/regression/non-empty-text.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.6" \header{ texidoc = "By default, text is set with empty horizontal dimensions. @@ -12,11 +12,11 @@ to control the horizontal size of text." \relative c''{ %% \textLengthOff - %% short for \override TextScript #'extra-spacing-width = #'(+inf.0 . -inf.0) - %% \override TextScript #'extra-spacing-height = #'(0 . 0) + %% short for \override TextScript.extra-spacing-width = #'(+inf.0 . -inf.0) + %% \override TextScript.extra-spacing-height = #'(0 . 0) c2_"very wide and long text" c | \break - %% short for \override TextScript #'extra-spacing-width = #'(0 . 0) - %% \override TextScript #'extra-spacing-height = #'(-inf.0 . +inf.0) + %% short for \override TextScript.extra-spacing-width = #'(0 . 0) + %% \override TextScript.extra-spacing-height = #'(-inf.0 . +inf.0) \textLengthOn c2_"very wide and long text" c }