]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads.ly
update syntax in .ly files.
[lilypond.git] / input / regression / completion-heads.ly
1 \version "1.7.6"
2
3 \header{
4 texidoc="
5
6 If the Note_heads_engraver is replaced by the Completion_heads_engraver, 
7 notes that cross bar lines are split into tied notes.
8 "
9 }
10
11 \score{
12   \notes\relative c'{
13   \time 2/4
14
15   c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 
16   }
17   \paper{
18     \translator{
19       \ThreadContext
20       \remove "Note_heads_engraver"
21       \consists "Completion_heads_engraver"
22     }
23   }
24 }%% new-chords-done %%