]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-partial.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / tie-chord-partial.ly
1 \header
2 {
3   texidoc = "Individual chord notes can also be tied"
4 }
5 \version "2.10.0"
6
7 \paper {
8   ragged-right = ##t
9 }
10
11 \relative {
12   <c~ e g>  <c e g~> <c e g>
13 }
14
15