]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-positions.ly
update syntax in .ly files.
[lilypond.git] / input / test / slur-positions.ly
1 \version "1.7.6"
2
3 \score{
4         \notes\relative c''{
5                 \slurUp
6                 a2 () a\break
7                 \slurDown
8                 a2 () a\break
9                 \slurUp
10                 c2 () c\break
11                 \slurDown
12                 c2 () c\break
13
14         }
15         \paper{
16                 linewidth=-1.\mm
17         }
18 }
19
20 %% new-chords-done %%