]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-chord.ly
release: 1.3.26
[lilypond.git] / input / test / tie-chord.ly
1 t = \notes \relative c' {   <c e g> ~ <c e g> }
2
3         \score { 
4 \notes \context Voice {
5    \t
6    \transpose g' \t
7    \property Voice.tieVerticalDirection = #-1
8    \t
9
10   }
11 }