]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-nested-revert.ly
Fix #1507: Inconsistent \festival output.
[lilypond.git] / input / regression / property-nested-revert.ly
index b4276138400ae442604a38bcc012c3eecfdd8185..638b0d2b99c72fb73196663cc975d1c527beada2 100644 (file)
@@ -6,9 +6,9 @@ Scheme list syntax."
 
 }
 
-\version "2.11.15"
+\version "2.14.0"
 
-\relative {
+\relative c' {
   f2 \glissando c
   \override Glissando #'bound-details #'right #'Y = #4
   f2 \glissando c |
@@ -16,6 +16,8 @@ Scheme list syntax."
   f2 \glissando c
   \revert Glissando #'(bound-details right Y)
   f2 \glissando c
+  \revert Glissando #'(bound-details left Y)
+  f2 \glissando c
 }