]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/non-empty-text.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / non-empty-text.ly
1
2 \header{
3 texidoc="
4 Text is set with empty horizontal dimensions.  The boolean property
5 textNonEmpty is used to respect the horizontal size of text.
6 ";
7 }
8 \score { \notes {
9 \property Voice.TextScript \override #'no-spacing-rods = ##f
10 c4_"very wide and long text" c4
11 }
12
13 \paper {
14   linewidth  = -1.0;
15   }
16 }