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