]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / non-empty-text.ly
index a3ba0d92a69b0c8877f518c51aaf810892d5e4b5..c6e520bd555b2d95f8f7ea4c4f6674806c086d55 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header{
   texidoc = "By default, text is set with empty horizontal dimensions.
@@ -12,11 +12,11 @@ to control the horizontal size of text."
 
 \relative c''{
   %% \textLengthOff
-  %% short for \override TextScript #'extra-spacing-width = #'(+inf.0 . -inf.0)
-  %%           \override TextScript #'extra-spacing-height = #'(0 . 0)
+  %% short for \override TextScript.extra-spacing-width = #'(+inf.0 . -inf.0)
+  %%           \override TextScript.extra-spacing-height = #'(0 . 0)
   c2_"very wide and long text" c | \break
-  %% short for \override TextScript #'extra-spacing-width = #'(0 . 0)
-  %%           \override TextScript #'extra-spacing-height = #'(-inf.0 . +inf.0)
+  %% short for \override TextScript.extra-spacing-width = #'(0 . 0)
+  %%           \override TextScript.extra-spacing-height = #'(-inf.0 . +inf.0)
   \textLengthOn
   c2_"very wide and long text" c
 }