]> git.donarmstrong.com Git - lilypond.git/commitdiff
Avoid unnecessary warnings in regtests
authorKeith OHara <k-ohara5a5a@oco.net>
Fri, 3 Jun 2011 22:02:58 +0000 (15:02 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sun, 5 Jun 2011 02:37:31 +0000 (19:37 -0700)
Warnings come in varying order, cluttering regtest comparisons

input/regression/beam-cross-staff.ly
input/regression/rest-polyphonic-2.ly

index 0b711c7453f0f103f6b1d5af8f9a9f6f6216d36e..539072beed8494b473df185bfe27b7821f8b8664 100644 (file)
@@ -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'{
index 2d3d00b6ed06cef04dfc5d3b3039256a8f285948..23af88ff41b725d51e5b617d1ef12ae4ab317883 100644 (file)
@@ -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 }
 >>