[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/35: gnu: Add texlive-songbook.
From: |
guix-commits |
Subject: |
30/35: gnu: Add texlive-songbook. |
Date: |
Thu, 17 Aug 2023 03:51:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 59a20cd263f642d3af70aaa5ac28019b05768455
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:43:23 2023 +0200
gnu: Add texlive-songbook.
* gnu/packages/tex.scm (texlive-songbook): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 66a8142150..de4e14809e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12350,6 +12350,33 @@ by @code{siunitx}; @code{siunits} has maintenance-only
support, now.")
re-definitions of existing commands.")
(license license:lppl1.3+)))
+(define-public texlive-songbook
+ (package
+ (name "texlive-songbook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/songbook/" "makeindex/songbook/"
+ "source/latex/songbook/"
+ "tex/latex/songbook/")
+ (base32
+ "0ab4l130dyzaslqmy7vm71rszwszw11kqzkn0b5fb680kxvsyicf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/songbook")
+ (synopsis "Package for typesetting song lyrics and chord books")
+ (description
+ "The package provides an all purpose songbook style. Three types of
+output may be created from a single input file: ``words and chords'' books for
+the musicians to play from, ``words only'' songbooks for the congregation to
+sing from, and overhead transparency masters for congregational use.
+
+The package will also print a table of contents, an index sorted by title and
+first line, and an index sorted by key, or by artist/composer. The package
+attempts to handle songs in multiple keys, as well as songs in multiple
+languages.")
+ (license license:lgpl2.1)))
+
(define-public texlive-spalign
(package
(name "texlive-spalign")
- 08/35: gnu: Add texlive-figbas., (continued)
- 08/35: gnu: Add texlive-figbas., guix-commits, 2023/08/17
- 12/35: gnu: Add texlive-guitar., guix-commits, 2023/08/17
- 07/35: gnu: Add texlive-chordbox., guix-commits, 2023/08/17
- 09/35: gnu: Add texlive-gchords., guix-commits, 2023/08/17
- 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 <=
- 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, 2023/08/17
- 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