gnu: abjad: Improve description.
* gnu/packages/music.scm (abjad)[description]: Improve abjad's description. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dd7c2d2b1d
commit
18f9e21b18
1 changed files with 7 additions and 2 deletions
|
@ -1610,7 +1610,12 @@ Guile.")
|
||||||
(home-page "https://abjad.github.io")
|
(home-page "https://abjad.github.io")
|
||||||
(synopsis "Python API for building LilyPond files")
|
(synopsis "Python API for building LilyPond files")
|
||||||
(description
|
(description
|
||||||
"This package provides a Python API for building LilyPond files.")
|
"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.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-abjad
|
(define-public python-abjad
|
||||||
|
|
Reference in a new issue