]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-manual-vertical-tune.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-manual-vertical-tune.ly
index a304f6da5d0e307ed59f1b9f5e17b68ff2b4c623..9442bd3b209f23f66ee6016575a0c739ff7eb660 100644 (file)
@@ -1,23 +1,15 @@
-\header {
-
+\version "2.16.0"
 
+\header {
   texidoc = "If using integers, the tie will vertically tuned for
 staff line avoidance. If using a floating point number, this is taken
 as the exact location."
-
 }
 
-\version "2.11.51"
-
-\layout {
-  ragged-right = ##t
-}
-
-\version "2.11.51"
 \relative c'' {
   \override Tie #'staff-position = #3
   d4 ~
   \override Tie #'staff-position = #3.0
   d ~
   d
- }
+}