]> git.donarmstrong.com Git - lilypond.git/blob - input/test/simple-slur-endings.ly
c4a31c55cebf657558e2fd63806aab84981d1c22
[lilypond.git] / input / test / simple-slur-endings.ly
1 \version "1.7.18"
2 %  regression or delete.  -gp
3 \header {texidoc = ""}
4 \score{
5         \notes \relative c''{
6                 \slurUp c(a-) d(g,-)\break
7                 \slurDown c(a-) d(g,-)\break
8                 \slurUp a(c-) d(g,-)\break
9                 \slurDown a(c-) d(g,-)\break
10                 \slurDown a(c-) d(g,-)\break
11         }
12         \paper{
13                 indent = 0.0
14                 linewidth = 60.0\mm
15         }
16 }
17 %% new-chords-done %%