]> git.donarmstrong.com Git - lilypond.git/blob - input/test/non-empty-text.ly
7054d872f6b7f4167eebaa9809e16f15cac2067b
[lilypond.git] / input / test / non-empty-text.ly
1 %
2 % Try this file with 1.2.17: it works
3 % 1.2 had a different default, and uses textEmptyDimension scalar property
4 %
5 \score{
6         \notes\relative c''{
7                 \property Staff.textNonEmpty=##t
8                 c4_"longlonglonglonglonglong" c4_"text" 
9                 }
10           \paper{
11               linewidth=-80.\mm;
12           }
13 }