lilypond-1.5.14
[lilypond.git] / input / regression / tie-chord.ly
blobce2557b0fcf4029ccbb8f9feb562ec3b07daca90
1 \version "1.3.146"
2 \header{
3 texidoc="
4 When tieing chords, the outer slurs point outwards, the inner slurs
5 point away from the center of the staff. Override with
6 @code{tieVerticalDirection}.
11 t = \notes \relative c' { <c e g> ~ <c e g> }
13 \score {
14 \notes \context Voice {
16 \transpose g' \t
18 \property Voice.TieColumn \override #'direction = #-1