[BREAKING] Feat: quotation is now using ()
This commit is contained in:
@@ -263,7 +263,7 @@ c4 mtof freq sine s .
|
||||
A chord progression cycling every pattern iteration:
|
||||
|
||||
```forth
|
||||
{ c3 maj7 } { f3 maj7 } { g3 dom7 } { c3 maj7 } 4 pcycle
|
||||
( c3 maj7 ) ( f3 maj7 ) ( g3 dom7 ) ( c3 maj7 ) 4 pcycle
|
||||
note sine s .
|
||||
```
|
||||
|
||||
@@ -290,7 +290,7 @@ Chord voicings with random inversion:
|
||||
|
||||
```forth
|
||||
e3 min9
|
||||
{ } { 1 oct } 2 choose
|
||||
( ) ( 1 oct ) 2 choose
|
||||
note modal s .
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user