guix-commits
[Top][All Lists]
Advanced

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

21/35: gnu: Add texlive-musical.


From: guix-commits
Subject: 21/35: gnu: Add texlive-musical.
Date: Thu, 17 Aug 2023 03:51:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 283c2c258df4641dfc534537e740de3f3e94a51f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:36:27 2023 +0200

    gnu: Add texlive-musical.
    
    * gnu/packages/tex.scm (texlive-musical): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 20a85ee103..f906cf2234 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9899,6 +9899,29 @@ related to multiobjective optimisation, multiobjective 
evolutionary
 algorithms, multicriteria decision making and similar fields.")
     (license license:lppl)))
 
+(define-public texlive-musical
+  (package
+    (name "texlive-musical")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/musical/" "tex/latex/musical/")
+             (base32
+              "0qdrd622vs5dkr5w6pvf04hvni1jqcgxfvhf0ak7gjaxjczisb9h")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/musical";)
+    (synopsis "Typeset (musical) theatre scripts")
+    (description
+     "This package is designed to simplify the development and distribution of
+scripts for theatrical musicals, especially ones under development.  The
+output is formatted to follow generally accepted script style while also
+maintaining a high level of typographic integrity, and includes commands for
+dialog, lyrics, stage directions, music and dance cues, rehearsal marks, and
+more.  It gracefully handles dialog that crosses page breaks, and can generate
+lists of songs and lists of dances in the show.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-musixtex
   (package
     (name "texlive-musixtex")



reply via email to

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