From 94edce7b4f5b5c47e52d4087f9939dec5115c2ba Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Wed, 27 Feb 2013 19:56:02 +0100 Subject: [PATCH] Issue 3212: Make test-output-distance regtest contain span bars Since span bars don't turn up in the metrics, the regtests don't show them. To make catastrophic span bar failures show up at least somewhere, the ever-changing test-output-distance test is made to include them. --- input/regression/test-output-distance.ly | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/input/regression/test-output-distance.ly b/input/regression/test-output-distance.ly index 6ea91213b7..ef10b57f9c 100644 --- a/input/regression/test-output-distance.ly +++ b/input/regression/test-output-distance.ly @@ -18,5 +18,7 @@ it should always show up in the output-distance testing. " ragged-right = ##f } -\relative c' { c4 d f8_\f[ g-.] } +\new PianoStaff << \new Staff \relative c' { c4 d f8_\f[ g-.] r4 } + \new Staff { \clef "bass" R1 } + >> -- 2.39.5