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