]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-direction-manual.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tie-direction-manual.ly
1 \header
2 {
3   texidoc = "Tie directions can be set with @code{_} and @code{^}.
4 This makes correction in complex chords easier."
5
6 }
7 \version "2.19.21"
8 \paper
9 {
10   ragged-right= ##t
11 }
12
13 \relative {
14   <f'^~ d'>(  <e f c'>)
15 }
16