Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / override-nest-scheme.ly
blob9253a07fb359bfe8091def75df1956b2c354e0af
1 \version "2.13.11"
3 \header {
4 texidoc = "A sublist of grob property lists may be overridden within a callback.
5 This test uses a custom stencil callback which changes the Y coordinate
6 of the right bound of the glissando spanner."
9 \relative c' {
10 \override Glissando #'after-line-breaking =
11 #(lambda (grob)
12 (ly:grob-set-nested-property! grob '(bound-details right Y) 3))
13 c1 \glissando