]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/non-empty-text.ly
release: 1.3.146
[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 \property Voice.TextScript \override #'no-spacing-rods = ##f
11 c4_"very wide and long text" c4
12 }
13
14 \paper {
15   linewidth  = -1.0
16   }
17 }