From 733828c4ac75972c4c470c7eb6780e0d658761f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benk=C5=91=20P=C3=A1l?= Date: Thu, 6 Jun 2013 22:02:56 +0200 Subject: [PATCH] extend completion unit testing to test rests too --- input/regression/completion-heads-unit.ly | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 } } -- 2.39.5