]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/non-empty-text.ly
1d445c81fb8c9dac9b88764d082c2c8fdfe9f90c
[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 }