]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-broken-extremal.ly
Doc-fr: update for 2.16.1 (second part)
[lilypond.git] / input / regression / tie-chord-broken-extremal.ly
1 \version "2.16.0"
2
3 \header { texidoc = "
4
5 Tie detail property multi-tie-region-size controls how many variations
6 are tried for the extremal ties in a chord.
7
8
9 " }
10
11 \relative c'' {
12   \time 4/4 <bis bis>1 ~ \break
13
14   \override Tie #'(details multi-tie-region-size) = #1
15   \time 3/4 <bis bis>2.~ \break
16   \time 4/4 <bis bis>1 
17 }
18
19 \paper {
20   ragged-right = ##t
21   debug-tie-scoring = ##t
22 }