]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-symmetry-2.ly
* Website fixes:
[lilypond.git] / input / test / slur-symmetry-2.ly
1 \version "1.7.18"
2
3 \header{
4 % should look the same
5 title="symmetry"
6 }
7 \score{
8         \notes\relative c'{
9                  g'8-[( e  c'-) g,]
10                  d'-[( f'  a,-) a]
11                  d-[( f  a,-) d']
12                  g,-[( e,  c'-) c]
13         }
14         \paper{
15
16                 linewidth = 50.0\mm
17         }
18 }
19 %% new-chords-done %%