Module to generate chord inversions and different chord voicings. See the
module perldocs for more information on usage, or eg/mcp2ly for a CLI tool.

Install from CPAN:

  cpan Music::Chord::Positions

For the source code, see:

http://github.com/thrig/Music-Chord-Positions

This can be built and installed by running:

  perl Makefile.PL
  make
  make test
  make install

Run perldoc(1) on Music::Chord::Positions for more documentation.

COPYRIGHT AND LICENCE

Copyright (C) 2011-2015 Jeremy Mates

This module is free software; you can redistribute it and/or modify it
under the Artistic License (2.0).