Format fix

This commit is contained in:
Mehmet Ali Akmanalp
2025-03-06 13:07:53 +03:00
parent b135d3dc63
commit bb347badbd
+1 -3
View File
@@ -156,7 +156,7 @@ But to play multiple chords in a sequence, we have to wrap them in brackets:
## Elongation
With the "_" symbol, we can manually extend the duration of an event:
With the "\_" symbol, we can manually extend the duration of an event:
<MiniRepl client:idle tune={`note("<[g3,b3,e4] _ _ [a3,c3,e4] [b3,d3,f#4]>*2")`} punchcard />
@@ -182,7 +182,6 @@ We can include a number after the "?" to represent the probability of being drop
<MiniRepl client:idle tune={`note("<[g3,b3,e4]? [a3,c3,e4]?0.9 [b3,d3,f#4]>*2")`} punchcard />
## Mini-notation review
To recap what we've learned so far, compare the following patterns:
@@ -196,7 +195,6 @@ To recap what we've learned so far, compare the following patterns:
<MiniRepl client:idle tune={`note("<[g3,b3,e4]!2 [a3,c3,e4] [b3,d3,f#4]>*2")`} />
<MiniRepl client:idle tune={`note("<[g3,b3,e4]?0.9 [a3,c3,e4] [b3,d3,f#4]>*2")`} />
## Euclidian rhythms
Using round brackets after an event, we can create rhythmical sub-divisions based on three parameters: `beats`, `segments` and `offset`.