]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/slur-dx.ly
02cfbf9413d55a092751ab494b0870556c8927c4
[lilypond.git] / input / bugs / slur-dx.ly
1 \header{
2 texidoc="
3 Arg, right ending of slur is too far right.  I did make a better
4 test .ly for this, but can't seem to find it now.
5 ";
6 }
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