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