]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-shift.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / script-shift.ly
index d5a3922643be25af04281d4456f2f297cbbffdd0..3fef1d8e5481bc1931be820149bfa66bc3f25bdf 100644 (file)
@@ -7,12 +7,12 @@ means centered on the stem).
 "
 }
 
-\version "2.12.0"
-\relative c''
+\version "2.19.21"
+\relative
 {
-  \override Script #'toward-stem-shift = #0.0
-  a4^. c_.
+  \override Script.toward-stem-shift = #1.0
+  a'4^> c_>
 
-  \override Script #'toward-stem-shift = #1.0
-  a4^. c_.
+  \override Script.toward-stem-shift = #0.0
+  a4^> c_>
 }