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