{ "info": { "author": "Fabrice Salvaire", "author_email": "fabrice.salvaire@orange.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation", "Topic :: Software Development :: Documentation", "Topic :: Utilities" ], "description": ".. |Pypi Version| image:: https://img.shields.io/pypi/v/sphinxcontrib-lilypond.svg\n :target: https://pypi.python.org/pypi/sphinxcontrib-lilypond\n :alt: sphinxcontrib-lilypond last version\n\n.. |Pypi License| image:: https://img.shields.io/pypi/l/sphinxcontrib-lilypond.svg\n :target: https://pypi.python.org/pypi/sphinxcontrib-lilypond\n :alt: sphinxcontrib-lilypond license\n\n.. |Pypi Python Version| image:: https://img.shields.io/pypi/pyversions/sphinxcontrib-lilypond.svg\n :target: https://pypi.python.org/pypi/sphinxcontrib-lilypond\n :alt: sphinxcontrib-lilypond python version\n\n.. |Python| replace:: Python\n.. _Python: http://python.org\n\n.. |PyPI| replace:: PyPI\n.. _PyPI: https://pypi.python.org/pypi\n\n.. |Sphinx| replace:: Sphinx\n.. _Sphinx: http://sphinx-doc.org\n\n==============================\n Lilypond plugin for Sphinx\n==============================\n\n|Pypi License|\n|Pypi Python Version|\n\n|Pypi Version|\n\nThis plugin implements a ``lily`` role and directive to include Music score formatted by `Lilypond\n`_.\n\nChangelog\n---------\n\n* 2017-xx SVG format is waiting a cropping solution\n* 2017-11 Cleanup for Python 3\n\nCredits\n-------\n\n* `Fabrice Salvaire `_ 2017\n* Wei-Wei Guo 2009, licensed under BSD https://bitbucket.org/birkenfeld/sphinx-contrib\n\nInstallation\n------------\n\nUsing ``pip``:\n\n.. code-block:: bash\n\n pip install sphinxcontrib-lilypond\n\nFunctionalities\n---------------\n\n- A ``lily`` role to include a standalone music markup.\n For example, a G clef can be inserted by::\n\n :lily:`\\musicglyph #\"clefs.G\"`\n\n The purpose of the 'lily' role is writing music comments or learning notes.\n So only one markup is allowed.\n\n- A ``lily`` directive to include a score, for example::\n\n .. lily::\n\n \\relative c'' {\n c4 a d c\n }\n\nSettings\n--------\n\nThe ``lilypond_fontsize`` variable can be used to set the font size::\n\n lilypond_fontsize = [6, -3]\n\n* The first value is for ``lily`` role setting in absolute font size.\n* The second value is for ``lily`` directive setting in relative font size.\n\nDefault settings::\n\n lilypond_preamble = ''\n lilypond_fontsize = [10, -3]\n lilypond_command = 'lilypond'\n lilypond_args = []\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/sphinxcontrib-lilypond", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FabriceSalvaire/sphinx-lilypond", "keywords": "sphinx extension literalinclude", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "sphinxcontrib-lilypond", "package_url": "https://pypi.org/project/sphinxcontrib-lilypond/", "platform": "any", "project_url": "https://pypi.org/project/sphinxcontrib-lilypond/", "project_urls": { "Download": "http://pypi.python.org/pypi/sphinxcontrib-lilypond", "Homepage": "https://github.com/FabriceSalvaire/sphinx-lilypond" }, "release_url": "https://pypi.org/project/sphinxcontrib-lilypond/1.1.0/", "requires_dist": [ "Sphinx (>=0.6)" ], "requires_python": "", "summary": "Sphinx lilypond extension", "version": "1.1.0" }, "last_serial": 3372710, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4be6a7bb2a7966325bd21e3762ab88af", "sha256": "854ad71e15be53a57078112da4347441d23319401539483b524df115576a53f2" }, "downloads": -1, "filename": "sphinxcontrib_lilypond-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4be6a7bb2a7966325bd21e3762ab88af", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7833, "upload_time": "2017-11-28T22:29:58", "url": "https://files.pythonhosted.org/packages/6b/d4/a63d89789932ef446fae7536cf31a0ed8fa2783accd4d43ede9db915a040/sphinxcontrib_lilypond-1.0.0-py2.py3-none-any.whl" } ], "1.1.0": [] }, "urls": [] }