]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-rest.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / completion-rest.ly
1 \version "2.16.0"
2
3 \header{
4 texidoc="
5
6 If the @code{Rest_engraver} is replaced by the @code{Completion_rest_engraver},
7 rests 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 "Rest_engraver"
17     \consists "Completion_rest_engraver"
18 } \relative c'{
19
20   r\breve |
21   r1*2 |
22   r2*4 |
23   r8*20
24 }