]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-minimum.ly
676dc2a51ec977c5cc2d4d996e7869d60024682c
[lilypond.git] / input / test / tie-minimum.ly
1 \score{
2         \notes\relative c''{
3                 \time 2/4;
4                 c~c\break
5                 c()c
6                 }
7         \paper{
8                 linewidth=-1.\mm;
9                 tie_x_minimum=40.0*\interline;
10         }
11 }