lilypond-1.3.130
[lilypond.git] / input / bugs / non-empty-text.ly
blob6244598991616a5686c924bdf39e47376852a985
2 % Try this file with 1.2.17: it works
3 % 1.2 had a different default, and uses textEmptyDimension scalar property
5 \score{
6 \notes\relative c''{
7 %\property Staff.textEmptyDimension=1
8 a-"This text has no"
11 a-"width; the default"
12 \break
13 \property Staff.textNonEmpty=##t
14 %\property Staff.textEmptyDimension=0
15 a-"This text"
16 a-"is fat: notes are spaced"
17 a-"far apart and text"
18 a-"does not collide"
20 \paper{
21 linewidth=80.\mm;