]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-manual-vertical-tune.ly
Let scripts/auxiliar/update-with-convert-ly.sh pass any options to convert-ly
[lilypond.git] / input / regression / tie-manual-vertical-tune.ly
index 0edfd18e16249427099f053a4ff89a002a6a1aa5..b882d21e0fde3bcf015f547819d2e8b57bad4ae8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.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
 }