]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/slur-dx.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / slur-dx.ly
1 \version "1.3.148"
2
3 \header{
4 texidoc = "
5  Wouldbe-steep-starting slurs look ugly.
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