From 684cee4c6b41a4df5943b5a5a999a36466bbe6f5 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sun, 10 Jul 2011 16:48:49 -0600 Subject: [PATCH] Remove extra sequential block from regtest --- input/regression/ambitus-with-ligature.ly | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly index da0872f2d4..c82e51ce40 100644 --- a/input/regression/ambitus-with-ligature.ly +++ b/input/regression/ambitus-with-ligature.ly @@ -7,11 +7,9 @@ and a @code{Mensural_ligature_engraver} without segfaulting. " } -{ - \new Voice \with { - \consists Ambitus_engraver - \consists Mensural_ligature_engraver - } { - \[ c'\longa c''\longa \] - } +\new Voice \with { + \consists Ambitus_engraver + \consists Mensural_ligature_engraver +} { + \[ c'\longa c''\longa \] } -- 2.39.2