]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-nested-revert.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / property-nested-revert.ly
index 5103384eeb1c2a814b791b8245fb50469bc6f2c6..3163cded461b9db83c2f88d03a398c14d6734321 100644 (file)
@@ -6,7 +6,7 @@ Scheme list syntax."
 
 }
 
-\version "2.11.15"
+\version "2.11.51"
 
 \relative {
   f2 \glissando c
@@ -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
 }