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

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

Issue 369930043: Change \partcombine (et al.) to \partCombine (Closed)
Patch Set: Correct convert rules. Created 5 years, 3 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
« no previous file with comments | « input/regression/part-combine-mmrest-apart.ly ('k') | input/regression/part-combine-relative.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index ede5bc2a85ab4f1f418f3d7c9cef89e1efbd25d7..4e167bf6cc6a9407acc58df087afee30bb9eeb8f 100644
--- a/input/regression/part-combine-mmrest-shared.ly
+++ b/input/regression/part-combine-mmrest-shared.ly
@@ -1,4 +1,4 @@
-\version "2.19.20"
+\version "2.21.0"
\header {
texidoc = "Multi-measure rests do not have to begin and end simultaneously to be combined."
@@ -6,21 +6,21 @@
\score { <<
\compressMMRests
- \partcombine
+ \partCombine
\relative f' { R1*8 | R1*16 | R1*4 }
\relative f' { R1*16 | R1*8 | R1*4 }
>> }
\score { <<
\compressMMRests
- \partcombine
+ \partCombine
\relative f' { R1*8 | r1^"r" | R1*15 | R1*4 }
\relative f' { R1*16 | R1*8 | R1*4 }
>> }
\score { <<
\compressMMRests
- \partcombine
+ \partCombine
\relative f' { R1*16 | R1*8 | R1*4 }
\relative f' { R1*8 | r1_"r" | R1*15 | R1*4 }
>> }
« no previous file with comments | « input/regression/part-combine-mmrest-apart.ly ('k') | input/regression/part-combine-relative.ly » ('j') | no next file with comments »

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