X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-empty-text.ly;h=2de070a5738bc4b41374eb803347685a679dfd50;hb=96daa4430aac946efe392e8ee9986c88e55a3d9e;hp=0e5a40f2ee3dfb0c731f14701f3bc07347ce165f;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index 0e5a40f2ee..2de070a573 100644 --- a/input/regression/non-empty-text.ly +++ b/input/regression/non-empty-text.ly @@ -1,22 +1,22 @@ -\version "2.4.0" +\version "2.11.51" \header{ - texidoc=" By default, text is set with empty horizontal dimensions. + 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{ - \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 - } - \layout { - 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 +} + +