]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-direction-manual.ly
Split WWW target in two stages WWW-1 and WWW-2
[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.10.4"
8 \paper
9 {
10   ragged-right= ##t
11 }
12
13 \relative c' {
14   <f^~ d'>(  <e f c'>)
15 }
16