]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-multiple-ties.ly
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts
[lilypond.git] / input / regression / completion-heads-multiple-ties.ly
1 \version "2.14.0"
2
3 \header{
4 texidoc="
5 The @code{Completion_heads_engraver} correctly handles notes that need to be split into more than 2 parts.
6 "
7 }
8
9 \layout { ragged-right= ##t }
10
11
12 \new Voice \with {
13     \remove "Note_heads_engraver"
14     \consists "Completion_heads_engraver"
15 } \relative c'{
16   \time 2/4
17   c4.. c4. c4. c2 c1
18 }