X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-empty-text.ly;h=857bc7410a945df61e3fa102e495ce2d8901b32a;hb=49428cfe64483bc706da930d4e24d16166d8e79a;hp=fdd464806dcfa5c92b597ff53da935d187ba9d55;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index fdd464806d..857bc7410a 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.6.0" \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 - } + +\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 } +