]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-stem-broken.ly
30372fa3620a930bc8d399e79c81770f8455d83c
[lilypond.git] / input / regression / slur-stem-broken.ly
1 \header {
2 texidoc="Trend of broken slur with user-overridden stem attachment"
3 }
4 \score {
5   \notes\relative c' {
6     \property Voice.Slur \override #'attachment = #'(stem . stem)
7     f( c' c c \break
8     c c c \stemUp ) c
9   }
10   \paper {
11     linewidth=40*\staffspace
12   }
13 }