MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / completion-heads-polyphony.ly
blobe275aa9e12ab0dbc55cefbfd610749e0132b8a4d
1 \version "2.12.0"
2 \header {
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.
11 \layout {
12 \context{
13 \Voice
14 \remove "Note_heads_engraver"
15 \consists "Completion_heads_engraver"
19 \context Staff \relative c'' <<
20 { c2. c bes2 } \\
21 { c2. a8 g4 f4. g4 f }