]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-stem-broken.ly
release commit
[lilypond.git] / input / regression / slur-stem-broken.ly
1
2 \version "2.1.30"
3 \header {
4 texidoc="Trend of broken slur with user-overridden stem attachment should also
5 follow the same vertical direction it would have had in unbroken state."
6 }
7 \score {
8   \notes\relative c' {
9     \override Slur  #'attachment = #'(stem . stem)
10     f( c' c c \break
11     c c c \stemUp  c)
12   }
13   \paper {
14     linewidth=40*\staffspace
15   }
16 }
17