]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-polyphony.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / completion-heads-polyphony.ly
1 \version "2.11.51"
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 \layout {
12   \context{
13     \Voice
14     \remove "Note_heads_engraver"
15     \consists "Completion_heads_engraver"
16   }
17 }
18
19 \context Staff \relative c'' << 
20   { c2. c bes2 } \\
21   { c2. a8 g4 f4. g4 f  }
22 >>