]> git.donarmstrong.com Git - lilypond.git/blob - input/test/diverse-spacing.ly
release: 1.3.24
[lilypond.git] / input / test / diverse-spacing.ly
1
2 % a few 32nds shouldn't stretch spacing enormously.
3 \score {
4 \notes { \time 3/4;
5 \relative c'{ 
6   g'8. c16 es8. d16 c8. bes32 as g8. c,16
7   es4 r8 es |
8   [d es f g as c ]
9   b4 g r
10 }
11
12 }
13 \paper  { linewidth = -1.0; }
14 }