Merge pull request 'set and keep documentation' (#1975) from tyow/localstrudel:composerDocs into main

Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1975
This commit is contained in:
froos 2026-02-14 22:49:53 +01:00
commit 91203233c9
3 changed files with 92 additions and 11 deletions

View file

@ -1,11 +1,11 @@
---
title: Pattern Aligment
title: Pattern Alignment
layout: ../../layouts/MainLayout.astro
---
import { MiniRepl } from '../../docs/MiniRepl';
# Pattern Aligment & Combination
# Pattern Alignment & Combination
One core aspect of Strudel, inherited from Tidal, is the flexible way that patterns can be combined, irrespective of their structure. Its declarative approach means a live coder does not have to think about the details of _how_ this is done, only _what_ is to be done.