We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as a composer I want to have an option to arrange several parts into a piece, to make it easier to manage the order of apperance of theese parts.
examples
a single sequence
| -> start -> main -> end
a single sequence, multilined
| -> start -> main -> bridge -> end
two sequences, performed simultaneously
| -> start -> main | -> "start p1" -> "main p1"
resting r is a rest function, argument can be a trackname or a number of quarters
| -> start -> main | -> r(start) -> "main p1"
repeats
| |: -> main -> p2 :(x2)|
| main |: -> p2 :(x2)|
| main |: -> p2 | ^1 -> p3 :|^2 -> p4 :|
The text was updated successfully, but these errors were encountered:
No branches or pull requests
as a composer I want to have an option to arrange several parts into a piece, to make it easier to manage the order of apperance of theese parts.
examples
a single sequence
a single sequence, multilined
two sequences, performed simultaneously
resting
r is a rest function, argument can be a trackname or a number of quarters
repeats
The text was updated successfully, but these errors were encountered: