]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/non-empty-text.ly
patch::: 1.5.30.uu1
[lilypond.git] / input / regression / non-empty-text.ly
1 \version "1.3.146"
2
3 \header{
4 texidoc="
5 Text is set with empty horizontal dimensions.  The boolean property
6 textNonEmpty is used to respect the horizontal size of text.
7 "
8 }
9 \score { \notes {
10 c2_"very wide and long text" c | \break
11 \fatText  % short for \property Voice.textNonEmpty = ##t
12 c_"very wide and long text" c
13 }
14
15 \paper {
16   linewidth  = 3.\cm
17   }
18 }