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