MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / property-nested-revert.ly
blob74a6023cb6d4e981149dc9db22882d1915a3fa1a
2 \header
4 texidoc = "nested properties may also be reverted. This uses
5 Scheme list syntax."
9 \version "2.12.0"
11 \relative c' {
12 f2 \glissando c
13 \override Glissando #'bound-details #'right #'Y = #4
14 f2 \glissando c |
15 \override Glissando #'bound-details #'left #'Y = #-6
16 f2 \glissando c
17 \revert Glissando #'(bound-details right Y)
18 f2 \glissando c
19 \revert Glissando #'(bound-details left Y)
20 f2 \glissando c
24 \paper {
25 ragged-right = ##t