Skip to content

Commit 6d355a8

Browse files
Fix typo pattnr (#1316)
1 parent b192c68 commit 6d355a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/learn/stepwise.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With the new stepwise `stepcat` function, the steps of the two patterns will be
2424

2525
By default, steps are counted according to the 'top level' in mini-notation. For example `"a [b c] d e"` has five events in it per cycle, but is counted as four steps, where `[b c]` is counted as a single step.
2626

27-
However, you can mark a different metrical level to count steps relative to, using a `^` at the start of a sub-pattern. If we do this to the subpattern in our example: `"a [^b c] d e"`, then the pattern is now counted as having _eight_ steps. This is because 'b' and 'c' are each counted as single steps, and the events in the pattenr are twice as long, and so counted as two steps each.
27+
However, you can mark a different metrical level to count steps relative to, using a `^` at the start of a sub-pattern. If we do this to the subpattern in our example: `"a [^b c] d e"`, then the pattern is now counted as having _eight_ steps. This is because 'b' and 'c' are each counted as single steps, and the events in the pattern are twice as long, and so counted as two steps each.
2828

2929
## Pacing the steps
3030

0 commit comments

Comments
 (0)