X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-empty-text.ly;h=2de070a5738bc4b41374eb803347685a679dfd50;hb=3e51ccc229f58ecffab9a6dc1325bd232786df42;hp=a1a7b277799b5ff2afb1c1332e0d51811c1e26e6;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index a1a7b27779..2de070a573 100644 --- a/input/regression/non-empty-text.ly +++ b/input/regression/non-empty-text.ly @@ -1,22 +1,22 @@ -\version "2.7.13" +\version "2.11.51" \header{ 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. " } +\layout { + line-width = 3.0\cm +} \relative c''{ - %% \emptyText + %% \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 - \fatText + \textLengthOn c_"very wide and long text" c } -\layout { - linewidth = 3.0\cm -}