]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/slur-attachment.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / slur-attachment.ly
1 \version "1.3.148"
2
3 \header{
4 texidoc = "
5 Slurs should be attached to note heads, except when they would collide
6 with beams.  Also see: ophee-slurs.
7 "
8 }
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
16         }
17         \paper{ 
18                 indent = 0.0
19                 linewidth = 100.\mm
20         }
21 }