]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-nested-revert.ly
markup: scale the shift of super/sub-scripts by font-size
[lilypond.git] / input / regression / property-nested-revert.ly
index 9c8c0eda1ddf5d43f7ab02e2d3b1bc65889fa7db..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 = #-4
+  \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
 }