]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/crescendo-short.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / crescendo-short.ly
1 \include "paper23.ly"
2
3 \score {
4    \notes \relative c'' {
5         \clef "treble"
6         \time 4/4
7         \partial 4
8         \property Voice.Slur \override
9                 #'attachment-offset = #'((-0.5 . 0.75) . (0 . 0.75))
10         \property Voice.DynamicText \override #'padding = #-2
11         \property Voice.DynamicLineSpanner \override #'padding = #2
12         [e,8-"."-\pp-\cr-\upbow ( )f-"."-\rc] |
13         ges4-\decr ( ) f8-\rced r8 r2 \bar "||"
14         
15
16    }
17    \paper {
18    linewidth=9.0\cm
19    }
20 }