From: Benkő Pál Date: Thu, 6 Jun 2013 20:02:56 +0000 (+0200) Subject: extend completion unit testing to test rests too X-Git-Tag: release/2.17.21-1~15^2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=733828c4ac75972c4c470c7eb6780e0d658761f9;p=lilypond.git extend completion unit testing to test rests too --- diff --git a/input/regression/completion-heads-unit.ly b/input/regression/completion-heads-unit.ly index e35e639344..7f28cf4d31 100644 --- a/input/regression/completion-heads-unit.ly +++ b/input/regression/completion-heads-unit.ly @@ -12,15 +12,17 @@ Note head completion may be broken into sub-bar units by setting the \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" + \remove "Rest_engraver" + \consists "Completion_rest_engraver" } } \context Staff \relative f { \time 9/8 \set completionUnit = #(ly:make-moment 3/8) - g'1.. g2 + g'1.. r2 \time 6/4 \set completionUnit = #(ly:make-moment 1/4) \tupletSpan 4 - \tuplet 3/2 { e4 c8 f g a4 b8 c4 b8 a4 g8 a e f4 } + \tuplet 3/2 { e4 c8 f g a4 b8 r4 b8 a4 g8 a e f4 } }