]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-nice.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / slur-nice.ly
1
2 \version "2.10.0"
3 \header{
4   texidoc="
5 Slurs should look nice and symmetric.  The curvature may increase
6 only to avoid noteheads, and as little as possible.  Slurs never
7 run through noteheads or stems.
8 "
9 }
10
11
12 \relative c''{
13   \time 3/4
14   \slurUp
15   \stemNeutral a ( \stemDown a \stemNeutral  a) a( c  a) a( e'  a,) a( g'  a,)
16   \stemUp a( e'  a,)
17   \break
18   \slurDown
19   \stemNeutral c ( \stemUp c \stemNeutral  c) c ( a  c) c( d,  c') c( f,  c')
20   \stemDown c( f,  c')
21 }
22 \layout{
23   line-width = 120.\mm
24 }
25
26