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