lilypond-1.3.118
[lilypond.git] / input / test / tie-chord.ly
blob2068c371ae9333bcb795d351642ea682b1080690
1 \header{
2 texidoc="
3 When tieing chords, the outer slurs point outwards, the inner slurs
4 point away from the center of the staff. Override with
5 @code{tieVerticalDirection}.
6 ";
8 \version "1.3.117";
10 t = \notes \relative c' { <c e g> ~ <c e g> }
12 \score {
13 \notes \context Voice {
15 \transpose g' \t
17 \property Voice.TieColumn \override #'direction = #-1