]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-stem-broken.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / regression / slur-stem-broken.ly
1 \version "1.7.16"
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 }
16 %% new-chords-done %%