]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-partial.ly
Run update-with-convert-ly, and run convert-ly manually on scm/*.scm
[lilypond.git] / input / regression / tie-chord-partial.ly
1 \header
2 {
3   texidoc = "Individual chord notes can also be tied"
4 }
5 \version "2.14.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