The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Music Tools - command line utilities for music composition and analysis

To install this module, use CPAN, for example:

  cpanm App::MusicTools

For the current source tree, see:

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

which can be built and installed via:

  perl Makefile.PL
  make
  make test
  make install

However, if installing from the github directory, the current versions of
various other music modules may also need be installed from github. This can be
done with the script included in this distribution thusly:

  sh App-MusicTools/install-music-modules

DEPENDENCIES

Some knowledge of lilypond and music theory may well benefit the user. See the
Makefile.PL for module dependencies.

COPYRIGHT AND LICENCE

Copyright (C) 2012-2015 Jeremy Mates

This library 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.