]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-manual-vertical-tune.ly
Add and use note-collision-threshold grob property
[lilypond.git] / input / regression / tie-manual-vertical-tune.ly
index 7b6c58edfded712b1c17fc5eb4a234fd31639d7c..8c4862aedc82ba2c9472151a013fa9d29642a3e6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
   texidoc = "If using integers, the tie will vertically tuned for
@@ -6,10 +6,10 @@ staff line avoidance. If using a floating point number, this is taken
 as the exact location."
 }
 
-\relative c'' {
-  \override Tie #'staff-position = #3
-  d4 ~
-  \override Tie #'staff-position = #3.0
+\relative {
+  \override Tie.staff-position = #3
+  d''4 ~
+  \override Tie.staff-position = #3.0
   d ~
   d
 }