معرفی شرکت ها


abjad-3.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Abjad is a Python API for building LilyPond files.
ویژگی مقدار
سیستم عامل -
نام فایل abjad-3.9
نام abjad
نسخه کتابخانه 3.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Trevor Bača, Josiah Wolf Oberholtzer
ایمیل نویسنده trevor.baca@gmail.com, josiah.oberholtzer@gmail.com
آدرس صفحه اصلی https://abjad.github.io
آدرس اینترنتی https://pypi.org/project/abjad/
مجوز MIT
Abjad 3.15 ========== 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/travis/Abjad/abjad/master.svg?style=flat-square :target: https://travis-ci.org/Abjad/abjad .. 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.10 or later: .. code-block:: ~$ 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: .. code-block:: $ 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: .. 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


زبان مورد نیاز

مقدار نام
>=3.10 Python


نحوه نصب


نصب پکیج whl abjad-3.9:

    pip install abjad-3.9.whl


نصب پکیج tar.gz abjad-3.9:

    pip install abjad-3.9.tar.gz