]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-broken-minimum-length.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / tie-broken-minimum-length.ly
1
2 \version "2.11.0"
3
4 \header {
5
6   texidoc = " Broken ties honor @code{minimum-length} also.  This tie
7 has a @code{minimum-length} of 5."
8
9 }
10
11 \relative {
12   \override Tie #'minimum-length = #5
13   f2. f16  f  f  f ~ | \break
14   f1
15 }
16
17 \paper {
18   indent = 0.0\mm
19   line-width = 40.0\mm
20 }