]> git.donarmstrong.com Git - lilypond.git/blob - input/test/non-empty-text.ly
release: 1.3.106
[lilypond.git] / input / test / non-empty-text.ly
1 \version "1.3.96";
2         
3 \score{
4         \notes\relative c''{
5                 \context Staff \property Staff.TextScript \pop #'no-spacing-rods
6                 \context Staff \property Staff.TextScript \push #'no-spacing-rods = ##f
7                 c4_"longlonglonglonglonglong" c4_"text" 
8                 }
9           \paper{
10               linewidth=-80.\mm;
11           }
12 }