]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-symmetry-3.ly
9d345db716fa084abea57cd5fb6997ee38496815
[lilypond.git] / input / test / slur-symmetry-3.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,] r2
9                 \break
10                 [d''8( f )a, d'] r2
11         }
12         \paper{
13
14                 linewidth = 50.0\mm;
15         }
16 }