guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/12: gnu: abjad: Improve description.


From: guix-commits
Subject: 07/12: gnu: abjad: Improve description.
Date: Thu, 22 Jul 2021 04:51:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 18f9e21b189ce4183ab8ec3e5ffce0559e47ce56
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Apr 16 00:31:50 2021 -0400

    gnu: abjad: Improve description.
    
    * gnu/packages/music.scm (abjad)[description]: Improve abjad's
    description.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/music.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index f074c98..395c0a5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1610,8 +1610,13 @@ Guile.")
     (home-page "https://abjad.github.io";)
     (synopsis "Python API for building LilyPond files")
     (description
-     "This package provides a Python API for building LilyPond files.")
-    (license license:expat)))
+     "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)))
 
 (define-public python-abjad
   (deprecated-package "python-abjad" abjad))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]