]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-nice.ly
6bfe231ccb55dc2f02f94094f195a0016dcce534
[lilypond.git] / input / regression / slur-nice.ly
1
2 \version "2.6.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 \score{
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                 linewidth = 120.\mm
24         }
25 }
26