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