]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-single-chord.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / tie-single-chord.ly
1 \header {
2
3   texidoc = "Tie directions are also scored. In hairy configurations,
4   the default rule for tie directions is overruled."
5
6 }
7
8 \version "2.11.51"
9
10 \paper
11 {
12   ragged-right = ##t
13 }
14
15 \relative c' {
16   <f d'>~ <e f c'>
17 }