]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-shift.ly
Issue 2535: Staccato on stem side alignment when other articulations are present
[lilypond.git] / input / regression / script-shift.ly
index 729ba3dfeb12c615fd96e899444ab30c6795df25..1877fcd0a5486ba8d0d5c9dc5313dae2b0aad98c 100644 (file)
@@ -7,12 +7,12 @@ means centered on the stem).
 "
 }
 
-\version "2.14.0"
+\version "2.19.16"
 \relative c''
 {
-  \override Script #'toward-stem-shift = #0.0
-  a4^. c_.
+  \override Script.toward-stem-shift = #1.0
+  a4^> c_>
 
-  \override Script #'toward-stem-shift = #1.0
-  a4^. c_.
+  \override Script.toward-stem-shift = #0.0
+  a4^> c_>
 }