]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-broken-minimum-length.ly
Build: Clean up lilypond-book includes (issue 3559).
[lilypond.git] / input / regression / tie-broken-minimum-length.ly
index 51f9708a3cf99aaf6929e73db149ca52385ebd65..fab5dc33e876018e265bf98ba9102e1e460a59a1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.11.0"
+\version "2.17.6"
 
 \header {
 
@@ -8,13 +8,13 @@ has a @code{minimum-length} of 5."
 
 }
 
-\relative {
-  \override Tie #'minimum-length = #5
-  f2. f16  f  f  f ~ | \break
-  f1
-}
-
 \paper {
   indent = 0.0\mm
   line-width = 40.0\mm
 }
+
+\relative c' {
+  \override Tie.minimum-length = #5
+  f2. f16  f  f  f ~ | \break
+  f1
+}