]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / completion-heads.ly
1 \version "2.12.0"
2
3 \header{
4 texidoc="
5
6 If the @code{Note_heads_engraver} is replaced by the @code{Completion_heads_engraver}, notes that cross bar lines are split into tied notes.
7
8 "
9 }
10
11 \layout { ragged-right= ##t }
12
13
14 \new Voice \with {
15     \remove "Note_heads_engraver"
16     \consists "Completion_heads_engraver"
17 } \relative c'{
18   \time 2/4
19
20   c2. c8 d4 e f g a b c2.. b8 a g16 f4 e d c8. c2 
21 }