]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-untied.ly
* Documentation/topdocs/NEWS.tely (Top): doc new feature.
[lilypond.git] / input / regression / tie-chord-untied.ly
1
2 \header
3 {
4
5   texidoc = "With the @code{untied} music function, notes may be
6   tagged as untied in chords."
7
8 }
9 \version "2.9.15"
10
11 \paper {
12   ragged-right = ##t
13 }
14
15 \relative {
16   <c e \untied g b> ~  < c e g b >
17 }