]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-symmetry-2.ly
patch::: 1.3.113.jcn2
[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 }