]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-area.ly
release: 1.3.29
[lilypond.git] / input / test / slur-area.ly
1 \score{
2 \notes\relative c''{
3
4 \property Voice.slurVerticalDirection = #1
5 \property Voice.stemVerticalDirection = #-1
6 a(a' a,)a
7 a(a a')a,
8 a(d a)a
9 a(a d)a
10
11 e'8(e e e e e e)e
12 a,8(d a a a a a)a
13 a(a a a a a d)a
14
15 c,(g' c e f d b)g 
16 c,(g' c e f d b)g 
17
18 \property Voice.noAutoBeaming = ##t
19 \property Voice.stemVerticalDirection = #1
20 a8(a a a a a a)a
21
22 }
23 \paper{
24 indent=0.0\mm;
25 }
26 }