[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/35: gnu: Add texlive-gtrcrd.
From: |
guix-commits |
Subject: |
11/35: gnu: Add texlive-gtrcrd. |
Date: |
Thu, 17 Aug 2023 03:51:14 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 59f51a5e42576c9c22bae6c71dd37153f929e45d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:31:56 2023 +0200
gnu: Add texlive-gtrcrd.
* gnu/packages/tex.scm (texlive-gtrcrd): 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 11e79a4723..2c36dbab40 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6722,6 +6722,27 @@ concept-script in the style of his @emph{Grundgesetze
der Arithmetik} (Basic
Laws of Arithmetic).")
(license license:gpl2)))
+(define-public texlive-gtrcrd
+ (package
+ (name "texlive-gtrcrd")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gtrcrd/" "tex/latex/gtrcrd/")
+ (base32
+ "0ndnzkm84ynn3wcnfg6j6fcl87wmd3g9w5d17g1z6qp340asrkp9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gtrcrd")
+ (synopsis "Add chords to lyrics")
+ (description
+ "The package provides the means to specify guitar chords to be played
+with each part of the lyrics of a song. The syntax of the macros reduces the
+chance of failing to provide a chord where one is needed, and the structure of
+the macros ensures that the chord specification appears immediately above the
+start of the lyric.")
+ (license license:lppl1.3+)))
+
(define-public texlive-gu
(package
(name "texlive-gu")
- 10/35: gnu: Add texlive-gregoriotex., (continued)
- 10/35: gnu: Add texlive-gregoriotex., guix-commits, 2023/08/17
- 13/35: gnu: Add texlive-guitarchordschemes., guix-commits, 2023/08/17
- 15/35: gnu: Add texlive-harmony., guix-commits, 2023/08/17
- 16/35: gnu: Add texlive-latex4musicians., guix-commits, 2023/08/17
- 19/35: gnu: Add texlive-lyluatex., guix-commits, 2023/08/17
- 24/35: gnu: Add texlive-musixtex-fonts., guix-commits, 2023/08/17
- 30/35: gnu: Add texlive-songbook., guix-commits, 2023/08/17
- 31/35: gnu: Add texlive-songproj., guix-commits, 2023/08/17
- 32/35: gnu: Add texlive-songs., guix-commits, 2023/08/17
- 34/35: gnu: Add texlive-xpiano., guix-commits, 2023/08/17
- 11/35: gnu: Add texlive-gtrcrd.,
guix-commits <=
- 14/35: gnu: Add texlive-guitartabs., guix-commits, 2023/08/17
- 17/35: gnu: Add texlive-leadsheets., guix-commits, 2023/08/17
- 18/35: gnu: Add texlive-lilyglyphs., guix-commits, 2023/08/17
- 20/35: gnu: Add texlive-m-tx., guix-commits, 2023/08/17
- 22/35: gnu: Add texlive-musicography., guix-commits, 2023/08/17
- 21/35: gnu: Add texlive-musical., guix-commits, 2023/08/17
- 23/35: gnu: Add texlive-musixguit., guix-commits, 2023/08/17
- 25/35: gnu: Add texlive-octave., guix-commits, 2023/08/17
- 26/35: gnu: Add texlive-piano., guix-commits, 2023/08/17
- 27/35: gnu: Add texlive-pmx., guix-commits, 2023/08/17