]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/non-empty-text.ly
Imported sources
[lilypond.git] / input / regression / non-empty-text.ly
1
2 \version "2.1.7"
3
4 \header{
5     texidoc=" Text is set with empty horizontal dimensions.  The
6 boolean property @code{no-spacing-rods} in @code{TextScript} is used
7 to control the horizontal size of text.  " }
8
9 \score{
10     \notes\relative c''{
11         %% \emptyText
12         %% short for \property Voice.TextScript \set #'no-spacing-rods = ##t
13         c2_"very wide and long text" c | \break
14         %% short for \property Voice.TextScript \set #'no-spacing-rods = ##f
15         \fatText
16         c_"very wide and long text" c
17     }
18     \paper {
19         linewidth  = 3.0\cm
20     }
21 }
22