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