]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-symmetry-2.ly
cee8911bc0481a7c6e01377de23d4b25aa2ec049
[lilypond.git] / input / test / slur-symmetry-2.ly
1 \version "1.3.146"
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 }