abjad 3.22
pip install abjad
Released:
Abjad is a Python API for building LilyPond files.
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License (GPL) (MIT)
- Author: Trevor Bača
- Tags lilypond, music composition, music notation
- Requires: Python >=3.12
-
Provides-Extra:
dev
Classifiers
- Development Status
- License
- Programming Language
- Topic
Project description
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.
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:
~$ python --version
Python 3.13.2
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:
$ lilypond --version
GNU LilyPond 2.25.24 (running Guile 3.0)
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:
~$ python -m pip install abjad
Start Python, import Abjad, start making music notation:
~$ python
>>> import abjad
>>> note = abjad.Note("c'4")
>>> abjad.show(note)
Join the Abjad community: https://abjad.github.io/appendices/community.html
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License (GPL) (MIT)
- Author: Trevor Bača
- Tags lilypond, music composition, music notation
- Requires: Python >=3.12
-
Provides-Extra:
dev
Classifiers
- Development Status
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file abjad-3.22.tar.gz
.
File metadata
- Download URL: abjad-3.22.tar.gz
- Upload date:
- Size: 474.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 713965e04e6a3ee69c73b2b74c57cae08aad5c6507ba2894e49db4a6846e59b2 |
|
MD5 | 7b5aa1e8ff9bb9852cf05adf4f1eb0b3 |
|
BLAKE2b-256 | b9ce4353434da0671bec0eaaf370d726cb092e4955082c8b6d1c13d94dc314ff |