diff options
author | Michales Michaloudes <korgie@gmail.com> | 2017-02-08 22:46:30 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:30 +0700 |
commit | f70efdce75daaba20277cdb57c868c6060dc8458 (patch) | |
tree | a23515e8a99d26bbf4c80aa8921f5624f5a3114e /python/python-ly/README | |
parent | fbc5eebe5fe64efe751e1bf9af6d326229e7279b (diff) | |
download | slackbuilds-f70efdce75daaba20277cdb57c868c6060dc8458.tar.gz |
python/python-ly: Added (python parser for lilyPond files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-ly/README')
-rw-r--r-- | python/python-ly/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-ly/README b/python/python-ly/README new file mode 100644 index 0000000000..da506d6af8 --- /dev/null +++ b/python/python-ly/README @@ -0,0 +1,4 @@ +This package provides a Python library ly containing various Python modules to +parse, manipulate or create documents in LilyPond format. A command line +program ly is also provided that can be used to do various manipulations with +LilyPond files. |