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