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