]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-partial.ly
596e66e56f9d5792292fc733ee68d7b3e13c82fe
[lilypond.git] / input / regression / tie-chord-partial.ly
1 \header
2 {
3   texidoc = "Individual chord notes can also be tied"
4 }
5 \version "2.9.15"
6
7 \paper {
8   ragged-right = ##t
9 }
10
11 \relative {
12   <c~ e g>  <c e g~> <c e g>
13 }
14
15