A small command line program to mangle music.
Find a file
2025-08-10 23:53:09 +02:00
src Add a comment and some derive macros, run cargo fmt. 2025-08-10 23:49:16 +02:00
testdata first commit 2025-08-08 01:07:57 +02:00
.gitignore first commit 2025-08-08 01:07:57 +02:00
bacon.toml first commit 2025-08-08 01:07:57 +02:00
Cargo.lock first commit 2025-08-08 01:07:57 +02:00
Cargo.toml first commit 2025-08-08 01:07:57 +02:00
LICENSE first commit 2025-08-08 01:07:57 +02:00
README.md Correct a term and add some links for the non-music theorist. 2025-08-10 23:53:09 +02:00

Lickschwurbel

A small program that takes a melody formatted in abc notation and generates the retrograde, inversion and retrograde inversion as abc to stdout. The name is partly in German and is a combination of "lick" and something that appearantly means "convoluted" in english.

Here's the help text generated by clap:

Usage: lickschwurbel <ABC_DATA>

Arguments:
  <ABC_DATA>  The path to an .abc file. If "-" is passed instead, data is read from stdin.

Options:
  -h, --help     Print help
  -V, --version  Print version