X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-empty-text.ly;h=9627a48ffebe224e50f5577a9572191302f78b1f;hb=855201ae30fad8b165c1b47ace1c6a8d6eb93335;hp=e93e1039f0f0bf39a7a2f5ef1a977b64eeb8148b;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index e93e1039f0..9627a48ffe 100644 --- a/input/regression/non-empty-text.ly +++ b/input/regression/non-empty-text.ly @@ -1,22 +1,22 @@ -\version "2.1.22" +\version "2.11.38" \header{ - texidoc=" Text is set with empty horizontal dimensions. The -boolean property @code{no-spacing-rods} in @code{TextScript} is used + texidoc=" By default, text is set with empty horizontal dimensions. +The boolean property @code{no-spacing-rods} in @code{TextScript} is used to control the horizontal size of text. " } -\score{ - \notes\relative c''{ - %% \emptyText - %% short for \override TextScript #'no-spacing-rods = ##t - c2_"very wide and long text" c | \break - %% short for \override TextScript #'no-spacing-rods = ##f - \fatText - c_"very wide and long text" c - } - \paper { - linewidth = 3.0\cm - } +\layout { + line-width = 3.0\cm } +\relative c''{ + %% \textLengthOff + %% short for \override TextScript #'no-spacing-rods = ##t + c2_"very wide and long text" c | \break + %% short for \override TextScript #'no-spacing-rods = ##f + \textLengthOn + c_"very wide and long text" c +} + +