]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-area.ly
*** empty log message ***
[lilypond.git] / input / regression / slur-area.ly
1
2 \version "2.1.28"
3 \header {
4     
5     texidoc = "The area underneath an (up) slur is minimised to improve the shape. "
6
7 }
8
9 \score{
10 \notes\relative c''{
11
12 \slurUp
13 \stemDown
14 a(a' a, a)
15 a(a a' a,)
16 a(d a a)
17 a(a d a)
18
19 e'8(e e e e e e e)
20 a,8(d a a a a a a)
21 a(a a a a a d a)
22
23 c,(g' c e f d b g) 
24 c,(g' c e f d b g) 
25
26 \set autoBeaming = ##f
27 \stemUp
28 a8(a a a a a a a)
29
30 }
31 \paper{
32 indent=0.0\mm
33 }
34 }
35