]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-partial.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[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