]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-polyphony.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / input / regression / completion-heads-polyphony.ly
1 \header {\r
2 \r
3     texidoc = "Completion heads are broken across bar lines. This was\r
4 intended as a debugging tool, but it can be used to ease music entry.\r
5 Completion heads are not fooled by polyphony with a different rhythm.\r
6 "\r
7 \r
8 }\r
9 \r
10 \score{ \r
11         \context Staff \notes \relative c'' < \r
12             { c2. c bes2 } \\\r
13             { c,2. a8 g4 f4. g4 f  }\r
14         >\r
15 \r
16         \paper {\r
17                 \translator{\r
18                         \ThreadContext\r
19                         \remove "Note_heads_engraver"\r
20                         \consists "Completion_heads_engraver"\r
21                 }\r
22         }\r
23 }\r