X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-empty-text.ly;h=c6e520bd555b2d95f8f7ea4c4f6674806c086d55;hb=31059902570b531abd4cb21fc78ee2b5cc9395e7;hp=e19bec8e79ce250c8fe72897593949aad0797f80;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index e19bec8e79..c6e520bd55 100644 --- a/input/regression/non-empty-text.ly +++ b/input/regression/non-empty-text.ly @@ -1,4 +1,4 @@ -\version "2.14.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 }