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