]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-shift.ly
Grace notes: only shorten previous note if overlapping
[lilypond.git] / input / regression / script-shift.ly
index 729ba3dfeb12c615fd96e899444ab30c6795df25..88f8f72f02524535330d94df8dc9bfa4001cc4a3 100644 (file)
@@ -7,12 +7,12 @@ means centered on the stem).
 "
 }
 
-\version "2.14.0"
+\version "2.17.6"
 \relative c''
 {
-  \override Script #'toward-stem-shift = #0.0
+  \override Script.toward-stem-shift = #0.0
   a4^. c_.
 
-  \override Script #'toward-stem-shift = #1.0
+  \override Script.toward-stem-shift = #1.0
   a4^. c_.
 }