]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-broken-extremal.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / tie-chord-broken-extremal.ly
index 5c209bbecff6145e2f0983b1d9a6e90c48f2cf73..64844ae5a4908baf65c83774c7f6c8fee2ce17cc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header { texidoc = "
 
@@ -11,7 +11,7 @@ are tried for the extremal ties in a chord.
 \relative c'' {
   \time 4/4 <bis bis>1 ~ \break
 
-  \override Tie #'(details multi-tie-region-size) = #1
+  \override Tie.details.multi-tie-region-size = #1
   \time 3/4 <bis bis>2.~ \break
   \time 4/4 <bis bis>1 
 }