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