]> git.donarmstrong.com Git - lilypond.git/blob - input/test/non-empty-text.ly
patch::: 1.3.89.jcn1
[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 %%% burp?
9                 \context Staff \property basicTextScriptProperties \pop #'no-spacing-rods
10                 \context Staff \property Staff.basicTextScriptProperties \push #'no-spacing-rods = ##f
11                 c4_"longlonglonglonglonglong" c4_"text" 
12                 }
13           \paper{
14               linewidth=-80.\mm;
15           }
16 }