* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / slur-attachment.ly
blob3c8d4cb0c2ab0037c359f7ba0b62cd9e6ca8f0dc
2 \version "1.9.1"
4 \header{
5 texidoc="
6 Slurs should be attached to note heads, except when they would collide
7 with beams.
10 \score{
11 \notes \relative c''{
12 \property Voice.Slur \set #'direction = #1
13 a8( a a4)
14 a4( a8 a)
15 a8 a(a4)
16 a4( a8) a
18 \paper{
19 indent = 0.0
20 linewidth = 100.\mm