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

Delta Between Two Patch Sets: input/regression/merge-rests-engraver.ly

Issue 324310043: Let Merge_rests_engraver deal with dotted rests (Closed)
Left Patch Set: improve coding, change docs, regtest to use \consists \... Created 7 years, 7 months ago
Right Patch Set: splitting into two patches: registering and dot-merging Created 7 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/notation/simultaneous.itely ('k') | scm/scheme-engravers.scm » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 \version "2.19.60" 1 \version "2.21.0"
2 2
3 \header { 3 \header {
4 texidoc = "Test for merging rests in different voices." 4 texidoc = "Test for merging rests in different voices."
5 } 5 }
6 6
7 \paper { 7 \paper {
8 ragged-right = ##f 8 ragged-right = ##f
9 } 9 }
10 10
11 voiceA = \relative { 11 voiceA = \relative {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 voiceC = \relative { 75 voiceC = \relative {
76 s1*2 | 76 s1*2 |
77 r2 r4 r8 r16 r32 r64 r128 r | % Combines rests from more than 2 voices 77 r2 r4 r8 r16 r32 r64 r128 r | % Combines rests from more than 2 voices
78 s1*11 78 s1*11
79 r4. r8 r4. r8 | 79 r4. r8 r4. r8 |
80 r4. r8 r4. r8 | 80 r4. r8 r4. r8 |
81 } 81 }
82 82
83 \score { 83 \score {
84 \new Staff \with { 84 \new Staff \with {
85 \consists \Merge_rests_engraver 85 \consists "Merge_rests_engraver"
86 } << 86 } <<
87 \compressFullBarRests 87 \compressFullBarRests
88 \new Voice { \voiceOne \voiceA } 88 \new Voice { \voiceOne \voiceA }
89 \new Voice { \voiceTwo \voiceB } 89 \new Voice { \voiceTwo \voiceB }
90 \new Voice { \voiceThree \voiceC } 90 \new Voice { \voiceThree \voiceC }
91 >> 91 >>
92 } 92 }
LEFTRIGHT

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