2020.06.15.03
This commit is contained in:
parent
03cae5225c
commit
b349f2b9df
|
|
@ -36,7 +36,7 @@ genInitSeq = {arg seed = 20200525;
|
|||
res = []; //notes before the more static repetitions are put in
|
||||
|
||||
//~~~~run routine and create template sequence
|
||||
({sectionCount < 6}).while({
|
||||
({sectionCount < 20}).while({
|
||||
var alterPattern;
|
||||
|
||||
//alter string pattern or not
|
||||
|
|
|
|||
|
|
@ -295,6 +295,9 @@
|
|||
lilyString.findRegexp("r4 r4 r4 r4 r4 r4").clump(2).do({arg match;
|
||||
lilyString = lilyString.replace(match[0][1], "R1*3/2")});
|
||||
|
||||
lilyString.findRegexp("r4 r4 r4 r4 r4").clump(2).do({arg match;
|
||||
lilyString = lilyString.replace(match[0][1], "r4 r1")});
|
||||
|
||||
lilyString.findRegexp("r4 r4 r4 r4").clump(2).do({arg match;
|
||||
lilyString = lilyString.replace(match[0][1], "r1")});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue