]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-positions.ly
Removed file; it was a duplicate of beam-isknee.ly
[lilypond.git] / input / test / slur-positions.ly
1 \version "1.7.18"
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                 raggedright = ##t
17         }
18 }
19
20 %% new-chords-done %%