From: David Kastrup Date: Wed, 27 Feb 2013 18:56:02 +0000 (+0100) Subject: Issue 3212: Make test-output-distance regtest contain span bars X-Git-Tag: release/2.17.14-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=94edce7b4f5b5c47e52d4087f9939dec5115c2ba;p=lilypond.git 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. --- 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 } + >>