]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/slur-dx.ly
cd540082a4c366ca432d0111118efb0a8e8f3756
[lilypond.git] / input / bugs / slur-dx.ly
1 \version "1.3.148"
2
3 \header{
4 texidoc = "
5  Right ending of slur is too far right.
6
7  [I did make a better test .ly for this, but can't seem to find it
8 now.]  " }
9
10 \score {
11   \notes \relative c'' {
12     \property Voice.Stem \set #'direction = #1
13     \property Voice.Slur \set #'direction = #1
14     d,32( d'4 )d8..
15     \property Voice.Slur \set #'attachment = #'(stem . stem)
16     d,32( d'4 )d8..
17   }
18   \paper {
19     linewidth = -1.
20   }
21