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