]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-manual-vertical-tune.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-manual-vertical-tune.ly
index 9442bd3b209f23f66ee6016575a0c739ff7eb660..b882d21e0fde3bcf015f547819d2e8b57bad4ae8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "If using integers, the tie will vertically tuned for
@@ -7,9 +7,9 @@ as the exact location."
 }
 
 \relative c'' {
-  \override Tie #'staff-position = #3
+  \override Tie.staff-position = #3
   d4 ~
-  \override Tie #'staff-position = #3.0
+  \override Tie.staff-position = #3.0
   d ~
   d
 }