]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3212: Make test-output-distance regtest contain span bars
authorDavid Kastrup <dak@gnu.org>
Wed, 27 Feb 2013 18:56:02 +0000 (19:56 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 8 Mar 2013 23:44:54 +0000 (00:44 +0100)
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

index 6ea91213b7c606996dad291486c713fb3eefd0d7..ef10b57f9c629175c4c93db2c5ce05b14dc6924a 100644 (file)
@@ -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 }
+               >>