Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7)

Unified Diff: input/regression/part-combine-mmrest-shared.ly

Issue 174610043: Issue 4205: Improve part combiner's rest analysis (Closed)
Patch Set: Simplify and add regtest Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: input/regression/part-combine-mmrest-shared.ly
diff --git a/input/regression/part-combine-mmrest-shared.ly b/input/regression/part-combine-mmrest-shared.ly
new file mode 100644
index 0000000000000000000000000000000000000000..62a866770baf802e3756dd91bfb2024b204b9303
--- /dev/null
+++ b/input/regression/part-combine-mmrest-shared.ly
@@ -0,0 +1,26 @@
+\version "2.19.16"
+
+\header {
+ texidoc = "Multi-measure rests do not have to begin and end simultaneously to be combined."
+}
+
+\score { <<
+ \compressFullBarRests
+ \partcombine
+ \relative f' { R1*8 | R1*16 | R1*4 }
+ \relative f' { R1*16 | R1*8 | R1*4 }
+>> }
+
+\score { <<
+ \compressFullBarRests
+ \partcombine
+ \relative f' { R1*8 | r1^"r" | R1*15 | R1*4 }
+ \relative f' { R1*16 | R1*8 | R1*4 }
+>> }
+
+\score { <<
+ \compressFullBarRests
+ \partcombine
+ \relative f' { R1*16 | R1*8 | R1*4 }
+ \relative f' { R1*8 | r1_"r" | R1*15 | R1*4 }
+>> }

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b