]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beamed-slur-endings.ly
df91eec6a40dad5d66860685269cfc13fb328614
[lilypond.git] / input / test / beamed-slur-endings.ly
1 \score{
2         \notes \relative c''{
3                 \property Voice.slurVerticalDirection = #1 c8(()c())c4
4                 \property Voice.slurVerticalDirection = #-1 a8(()a)a4
5                 \break
6
7                 \property Voice.slurVerticalDirection = #-1 a8(()a())a4
8                 \property Voice.slurVerticalDirection = #1 c8(()c)c4
9                 \break
10
11                 \property Voice.slurVerticalDirection = #-1 e8(()e())e4
12                 \property Voice.slurVerticalDirection = #1 f,8(()f)f4
13                 \break
14
15                 \property Voice.slurVerticalDirection = #1 e8(()e())e4
16                 \property Voice.slurVerticalDirection = #-1 f'8(()f)f4
17                 \break
18
19         }
20         \paper{
21                 indent = 0.0;
22                 linewidth = 60.0\mm;
23         }
24 }