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