]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-nested-revert.ly
b4276138400ae442604a38bcc012c3eecfdd8185
[lilypond.git] / input / regression / property-nested-revert.ly
1
2 \header
3 {
4   texidoc = "nested properties may also be reverted. This uses
5 Scheme list syntax."
6
7 }
8
9 \version "2.11.15"
10
11 \relative {
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 }
20
21
22 \paper {
23   ragged-right = ##t
24 }