]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-factor.ly
Fixed errors in Catalan translation
[lilypond.git] / input / regression / completion-heads-factor.ly
1 \version "2.16.0"
2
3 \header{
4 texidoc="
5
6 If the @code{Note_heads_engraver} is replaced by the @code{Completion_heads_engraver},
7 notes with a duration factor still keep their requested appearance.
8
9 "
10 }
11
12 \layout { ragged-right= ##t }
13
14
15 \new Voice \with {
16     \remove "Note_heads_engraver"
17     \consists "Completion_heads_engraver"
18 } \relative c'{
19
20   c\breve |
21   c1*2 |
22   c2*4 |
23   c8*20
24 }