]> git.donarmstrong.com Git - lilypond.git/blob - input/test/simple-slur-endings.ly
03e482615bec2dc75145878044dc19a67d3e6ff9
[lilypond.git] / input / test / simple-slur-endings.ly
1 \score{
2         \notes \relative c''{
3                 \property Voice.slurVerticalDirection = #1 c()a d()g,\break
4                 \property Voice.slurVerticalDirection = #-1 c()a d()g,\break
5                 \property Voice.slurVerticalDirection = #1 a()c d()g,\break
6                 \property Voice.slurVerticalDirection = #-1 a()c d()g,\break
7                 \property Voice.slurVerticalDirection = #-1 a()c d()g,\break
8         }
9         \paper{
10                 indent = 0.0;
11                 linewidth = 60.0\mm;
12         }
13 }