]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-broken-extremal.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / tie-chord-broken-extremal.ly
index a969815fc5c37954e806a53e2bfa33e403d821b0..5c6280f48509e0ce364cd87573c7fab482d8f94b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.53"
+\version "2.11.65"
 
 \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 
 }