]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-broken-minimum-length.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tie-broken-minimum-length.ly
1
2 \version "2.19.21"
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 \paper {
12   indent = 0.0\mm
13   line-width = 40.0\mm
14 }
15
16 \relative {
17   \override Tie.minimum-length = #5
18   f'2. f16  f  f  f ~ | \break
19   f1
20 }