Hello Dan,
On 04/08/2020 03:25, Dan Eble wrote:
The regression test framework fails to detect a significant difference (the
addition of a whole-measure rest) in the output of
input/regression/part-combine-solo-end.ly in this branch:
https://gitlab.com/lilypond/lilypond/-/tree/dev/eble/4599-pc-solo-end
—
Dan
I am only seeing a Texidoc string change between the files.
--snip--
james@Zeus:~/lilypond-git/input/regression$ git diff
master:./part-combine-solo-end.ly
dev/eble/4599-pc-solo-end:./part-combine-solo-end.ly
diff --git a/input/regression/part-combine-solo-end.ly
b/input/regression/part-combine-solo-end.ly
index d0965d2d12..1f4aa61881 100644
--- a/input/regression/part-combine-solo-end.ly
+++ b/input/regression/part-combine-solo-end.ly
@@ -1,8 +1,7 @@
\header {
texidoc = "SOLO is printed even if the solo voice ends before the
- other one. Unfortunately, the multi-rest of the 1st voice (which
- is 2 bars longer than the 2nd voice) does not get printed."
+ other one."
}
--snip--
(I think I got that diff command right)
James