]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-symmetry-3.ly
Renamed file.
[lilypond.git] / input / test / slur-symmetry-3.ly
1 \version "1.7.18"
2
3 \header{
4 title="symmetry.
5
6 Both slurs should look the same.
7
8 "
9 }
10
11 \score{
12         \notes\relative c'{
13                 [g'8( e  c'-) g,] r2
14                 \break
15                 [d''8( f  a,-) d'] r2
16         }
17         \paper{
18         raggedright = ##t
19         }
20 }
21 %% new-chords-done %%