]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-single-chord.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.19.21"
9
10 \paper
11 {
12   ragged-right = ##t
13 }
14
15 \relative {
16   <f' d'>~ <e f c'>
17 }