]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-nested-revert.ly
Merge branch 'translation' of /home/jcharles/GIT/Lily/. into staging
[lilypond.git] / input / regression / property-nested-revert.ly
index 5103384eeb1c2a814b791b8245fb50469bc6f2c6..b8d65588423a35b03412a2daae71ca6c616f26eb 100644 (file)
@@ -6,15 +6,17 @@ Scheme list syntax."
 
 }
 
-\version "2.11.15"
+\version "2.17.6"
 
-\relative {
+\relative c' {
   f2 \glissando c
-  \override Glissando #'bound-details #'right #'Y = #4
+  \override Glissando.bound-details.right.Y = #4
   f2 \glissando c |
-  \override Glissando #'bound-details #'left #'Y = #-6
+  \override Glissando.bound-details.left.Y = #-6
   f2 \glissando c
-  \displayMusic  \revert Glissando #'(bound-details right Y)
+  \revert Glissando.bound-details.right.Y
+  f2 \glissando c
+  \revert Glissando.bound-details.left.Y
   f2 \glissando c
 }