guix-commits
[Top][All Lists]
Advanced

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

13/35: gnu: Add texlive-guitarchordschemes.


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

ngz pushed a commit to branch master
in repository guix.

commit 2eaededf3b42513bb1bbc9347e67709df74c7bb9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:32:24 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3fe85f2f3e..0de9267907 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6804,6 +6804,27 @@ lyrics.  To typeset the chords graphically (and not only 
by name), the author
 recommends use of an additional package such as @code{gchords}.")
     (license license:lppl1.3+)))
 
+(define-public texlive-guitarchordschemes
+  (package
+    (name "texlive-guitarchordschemes")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/guitarchordschemes/"
+                   "tex/latex/guitarchordschemes/")
+             (base32
+              "189xx0y549ss4ip8x2f1rpcqyad5njrni785sxmy2cghqbdcgzzn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/guitarchordschemes";)
+    (synopsis "Guitar chord and scale tablatures")
+    (description
+     "This package provides two commands (@code{\\chordscheme} and
+@code{\\scales}).  With those commands it is possible to draw schematic
+diagrams of guitar chord tablatures and scale tablatures.  Both commands know
+a range of options that allow wide customization of the output.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-gustlib
   (package
     (name "texlive-gustlib")



reply via email to

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