8000 GitHub - allrob23/abjad: Abjad is a Python API for building LilyPond files. Use Abjad to make PDFs of music notation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ abjad Public
forked from Abjad/abjad

Abjad is a Python API for building LilyPond files. Use Abjad to make PDFs of music notation.

License

Notifications You must be signed in to change notification settings

allrob23/abjad

 
 

Repository files navigation

Abjad 3.19

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.

https://img.shields.io/travis/Abjad/abjad/master.svg?style=flat-square https://img.shields.io/pypi/v/abjad.svg?style=flat-square https://img.shields.io/pypi/dm/abjad.svg?style=flat-square

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

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

Abjad requires Python 3.10 or later:

~$ python --version
Python 3.11.0

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.23.80 (running Guile 2.2)

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)

hello.png


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

About

Abjad is a Python API for building LilyPond files. Use Abjad to make PDFs of music notation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • LilyPond 1.8%
  • Other 0.1%
0