]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-nested-revert.ly
Merge branch 'master' into beaming
[lilypond.git] / input / regression / property-nested-revert.ly
index 5103384eeb1c2a814b791b8245fb50469bc6f2c6..9afe70f48ea6b312550c28e79ea6d2886e784e18 100644 (file)
@@ -14,7 +14,9 @@ Scheme list syntax."
   f2 \glissando c |
   \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
 }