]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-harmonic-no-dots.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / collision-harmonic-no-dots.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Collision resolution involving dotted harmonic heads
5 succeeds when dots are hidden since @code{rhythmic-head-interface}
6 will only retrieve @code{'dot-count} from live grobs.
7 "
8 }
9
10 \relative c' {
11   <<
12     { <fis\harmonic>2. }
13     \\
14     { e2. }
15   >>
16   r4
17 }