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