* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / slur-nice.ly
blob8e031c2a544cbee8d5a9696187740d6403fb88d1
2 \version "1.9.1"
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.
11 \score{
12 \notes\relative c''{
13 \time 3/4
14 \slurUp
15 \stemBoth a ( \stemDown a \stemBoth a) a( c a) a( e' a,) a( g' a,)
16 \stemUp a( e' a,)
17 \break
18 \slurDown
19 \stemBoth c ( \stemUp c \stemBoth c) c ( a c) c( d, c') c( f, c')
20 \stemDown c( f, c')
22 \paper{
23 linewidth = 120.\mm