1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
.. python-ly documentation master file, created by
sphinx-quickstart on Sat Jan 24 11:57:29 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to python-ly's documentation!
=====================================
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.
The LilyPond format is a plain text input format that is used by the
GNU music typesetter LilyPond (www.lilypond.org).
The python-ly package is Free Software, licensed under the GPL. This package
is written by the Frescobaldi developers and is used extensively by the
Frescobaldi project. The main author is Wilbert Berendsen.
| Download from: https://pypi.python.org/project/python-ly
| Development homepage: https://github.com/frescobaldi/python-ly
This documentation describes python-ly |version|.
Contents:
.. toctree::
:maxdepth: 4
command
servercmd
ly
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|