From: Carl Sorensen Date: Sun, 10 Jul 2011 22:48:49 +0000 (-0600) Subject: Remove extra sequential block from regtest X-Git-Tag: release/2.15.5-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=684cee4c6b41a4df5943b5a5a999a36466bbe6f5;p=lilypond.git Remove extra sequential block from regtest --- 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 \] }