lilypond-1.5.14
[lilypond.git] / input / bugs / slur-attachment.ly
blob2353bbac5a07c4642b87b795da2f132096aae882
1 \version "1.3.148"
3 \header{
4 texidoc = "
5 Slurs should be attached to note heads, except when they would collide
6 with beams. Also see: ophee-slurs.
9 \score{
10 \notes \relative c''{
11 \property Voice.Slur \set #'direction = #1
12 a8( a )a4
13 a4( a8 )a
14 a8 a()a4
15 a4() a8 a
17 \paper{
18 indent = 0.0
19 linewidth = 100.\mm