]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-polyphony.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / completion-heads-polyphony.ly
1 \version "2.10.0"
2 \header {
3
4     texidoc = "Completion heads are broken across bar lines. This was
5 intended as a debugging tool, but it can be used to ease music entry.
6 Completion heads are not fooled by polyphony with a different rhythm.
7 "
8
9 }
10
11 \context Staff  \relative c'' << 
12   { c2. c bes2 } \\
13   { c2. a8 g4 f4. g4 f  }
14 >>
15
16 \layout {
17   \context{
18     \Voice
19     \remove "Note_heads_engraver"
20     \consists "Completion_heads_engraver"
21   }
22 }