abjad


Nameabjad JSON
Version 3.20 PyPI version JSON
download
home_pagehttps://abjad.github.io
SummaryAbjad is a Python API for building LilyPond files.
upload_time2025-01-07 23:02:39
maintainerNone
docs_urlhttps://pythonhosted.org/abjad/
authorTrevor Bača, Joséphine Wolf Oberholtzer
requires_python>=3.12
licenseMIT
keywords music composition music notation lilypond
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Abjad 3.20
==========

Abjad helps composers build up complex pieces of music notation in iterative and
incremental ways. Use Abjad to create a symbolic representation of all the notes, rests,
chords, tuplets, beams and slurs in any score. Because Abjad extends the Python
programming language, you can use Abjad to make systematic changes to music as you work.
Because Abjad wraps the LilyPond music notation package, you can use Abjad to control the
typographic detail of symbols on the page.

..  image:: https://img.shields.io/pypi/v/abjad.svg?style=flat-square
    :target: https://pypi.python.org/pypi/abjad

..  image:: https://img.shields.io/pypi/dm/abjad.svg?style=flat-square
    :target: https://pypi.python.org/pypi/abjad

..  image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black

----

Abjad's documentation is available here: https://abjad.github.io

Abjad's install instructions are tested on macOS and Linux.

Abjad requires Python 3.12 or later:

..  code-block::

    ~$ python --version
    Python 3.12.8

Abjad requires LilyPond 2.23.6 or later.

Make sure LilyPond is installed: http://lilypond.org/development.html

Make sure LilyPond is callable from the commandline:

..  code-block::

    $ lilypond --version
    Copyright (c) 1996--2023 by
      Han-Wen Nienhuys <hanwen@xs4all.nl>
      Jan Nieuwenhuizen <janneke@gnu.org>
      and others.

    This program is free software.  It is covered by the GNU General Public
    License and you are welcome to change it and/or distribute copies of it
    under certain conditions.  Invoke as `lilypond --warranty' for more
    information.

Create a Python 3 virtual environment for Abjad:
https://docs.python.org/3/tutorial/venv.html

Activate the virtual environment and then use pip to install Abjad:

..  code-block::

    ~$ python -m pip install abjad

Start Python, import Abjad, start making music notation:

..  code-block::

    ~$ python
    >>> import abjad
    >>> note = abjad.Note("c'4")
    >>> abjad.show(note)

..
    ..  image:: hello.png

----

Join the Abjad community: https://abjad.github.io/appendices/community.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://abjad.github.io",
    "name": "abjad",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/abjad/",
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "music composition, music notation, lilypond",
    "author": "Trevor Ba\u010da, Jos\u00e9phine Wolf Oberholtzer",
    "author_email": "trevor.baca@gmail.com, josephine.wolf.oberholtzer@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f0/7f/ae3b3ea2072319549d18e6745ce8ee0020582558a6cb2afc5411e9c0b96c/abjad-3.20.tar.gz",
    "platform": "Any",
    "description": "Abjad 3.20\n==========\n\nAbjad helps composers build up complex pieces of music notation in iterative and\nincremental ways. Use Abjad to create a symbolic representation of all the notes, rests,\nchords, tuplets, beams and slurs in any score. Because Abjad extends the Python\nprogramming language, you can use Abjad to make systematic changes to music as you work.\nBecause Abjad wraps the LilyPond music notation package, you can use Abjad to control the\ntypographic detail of symbols on the page.\n\n..  image:: https://img.shields.io/pypi/v/abjad.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/abjad\n\n..  image:: https://img.shields.io/pypi/dm/abjad.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/abjad\n\n..  image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\n----\n\nAbjad's documentation is available here: https://abjad.github.io\n\nAbjad's install instructions are tested on macOS and Linux.\n\nAbjad requires Python 3.12 or later:\n\n..  code-block::\n\n    ~$ python --version\n    Python 3.12.8\n\nAbjad requires LilyPond 2.23.6 or later.\n\nMake sure LilyPond is installed: http://lilypond.org/development.html\n\nMake sure LilyPond is callable from the commandline:\n\n..  code-block::\n\n    $ lilypond --version\n    Copyright (c) 1996--2023 by\n      Han-Wen Nienhuys <hanwen@xs4all.nl>\n      Jan Nieuwenhuizen <janneke@gnu.org>\n      and others.\n\n    This program is free software.  It is covered by the GNU General Public\n    License and you are welcome to change it and/or distribute copies of it\n    under certain conditions.  Invoke as `lilypond --warranty' for more\n    information.\n\nCreate a Python 3 virtual environment for Abjad:\nhttps://docs.python.org/3/tutorial/venv.html\n\nActivate the virtual environment and then use pip to install Abjad:\n\n..  code-block::\n\n    ~$ python -m pip install abjad\n\nStart Python, import Abjad, start making music notation:\n\n..  code-block::\n\n    ~$ python\n    >>> import abjad\n    >>> note = abjad.Note(\"c'4\")\n    >>> abjad.show(note)\n\n..\n    ..  image:: hello.png\n\n----\n\nJoin the Abjad community: https://abjad.github.io/appendices/community.html\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Abjad is a Python API for building LilyPond files.",
    "version": "3.20",
    "project_urls": {
        "Homepage": "https://abjad.github.io"
    },
    "split_keywords": [
        "music composition",
        " music notation",
        " lilypond"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f07fae3b3ea2072319549d18e6745ce8ee0020582558a6cb2afc5411e9c0b96c",
                "md5": "146e1c7550f863790d7584563302c590",
                "sha256": "073bfe292622e0bb6ec0e877eeed3d28833519fd3e903c20bb2a645bef3096c3"
            },
            "downloads": -1,
            "filename": "abjad-3.20.tar.gz",
            "has_sig": false,
            "md5_digest": "146e1c7550f863790d7584563302c590",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 475862,
            "upload_time": "2025-01-07T23:02:39",
            "upload_time_iso_8601": "2025-01-07T23:02:39.930819Z",
            "url": "https://files.pythonhosted.org/packages/f0/7f/ae3b3ea2072319549d18e6745ce8ee0020582558a6cb2afc5411e9c0b96c/abjad-3.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-07 23:02:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "abjad"
}
        
Elapsed time: 0.58700s