X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-empty-text.ly;h=f64cc1c6b39e75974f2e629115080c3ccbd41fce;hb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;hp=2d95c668fe9c8543cf02fab7ae22776181de0c1f;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index 2d95c668fe..f64cc1c6b3 100644 --- a/input/regression/non-empty-text.ly +++ b/input/regression/non-empty-text.ly @@ -1,22 +1,22 @@ -\version "2.1.7" +\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''{ + \relative c''{ %% \emptyText - %% short for \property Voice.TextScript \set #'no-spacing-rods = ##t + %% short for \override TextScript #'no-spacing-rods = ##t c2_"very wide and long text" c | \break - %% short for \property Voice.TextScript \set #'no-spacing-rods = ##f + %% short for \override TextScript #'no-spacing-rods = ##f \fatText c_"very wide and long text" c } - \paper { - linewidth = 3.0\cm + \layout { + linewidth = 3.0\cm } }