From: Keith OHara Date: Fri, 3 Jun 2011 22:02:58 +0000 (-0700) Subject: Avoid unnecessary warnings in regtests X-Git-Tag: release/2.15.0-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=84cdc498410193c81778d4364796ef0ac86530de;p=lilypond.git Avoid unnecessary warnings in regtests Warnings come in varying order, cluttering regtest comparisons --- diff --git a/input/regression/beam-cross-staff.ly b/input/regression/beam-cross-staff.ly index 0b711c7453..539072beed 100644 --- a/input/regression/beam-cross-staff.ly +++ b/input/regression/beam-cross-staff.ly @@ -13,12 +13,12 @@ behave well, wherever the switching point is. \stemUp c8[ c \change Staff=two \stemUp c c] c[ c c c] \change Staff=one - \stemDown c8[ c \change Staff=two \stemUp c c] + \stemDown f8[ f \change Staff=two \stemUp c c] r2 \stemDown c8[ c \change Staff=one \stemDown c c] r2 \change Staff=two - \stemUp c8[ c \change Staff=one \stemDown c c] + \stemUp c8[ c \change Staff=one \stemDown f f] r2 } \new Staff = "two" \relative c'{ diff --git a/input/regression/rest-polyphonic-2.ly b/input/regression/rest-polyphonic-2.ly index 2d3d00b6ed..23af88ff41 100644 --- a/input/regression/rest-polyphonic-2.ly +++ b/input/regression/rest-polyphonic-2.ly @@ -12,7 +12,7 @@ is supressed if the rest has a pitch." \new Staff << \relative c''' { g8 g g r r2 } \\ \relative c' { a4\rest c r2 } \\ - \relative c'' { c4 c r2 } \\ + \relative c'' { c4 c f2\rest } \\ \relative c'' { r2 g } >>