The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

varionator - generate variations on specified input

SYNOPSIS

  $ varionator 'c (d f) (g e b) c'
  $ echo 'c (d f) (g e b) c' | varionator -

DESCRIPTION

Generates variations. Alternatives should be enclosed in parentheses, and will probably need quoting to protect them from the shell.

BUGS

If the bug is in the latest version, send a report to the author. Patches that fix problems or add new features are welcome.

http://github.com/thrig/App-MusicTools

AUTHOR

Jeremy Mates

COPYRIGHT

Copyright (C) 2012-2013,2015 by Jeremy Mates

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16 or, at your option, any later version of Perl 5 you may have available.