]> 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 2d3739e5ec7223ad4db120b1d33b9fe41c10683d..fab5dc33e876018e265bf98ba9102e1e460a59a1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.11.0"
+\version "2.17.6"
 
 \header {
 
@@ -13,8 +13,8 @@ has a @code{minimum-length} of 5."
   line-width = 40.0\mm
 }
 
-\relative {
-  \override Tie #'minimum-length = #5
+\relative c' {
+  \override Tie.minimum-length = #5
   f2. f16  f  f  f ~ | \break
   f1
 }