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