[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/35: gnu: Add texlive-lilyglyphs.
From: |
guix-commits |
Subject: |
18/35: gnu: Add texlive-lilyglyphs. |
Date: |
Thu, 17 Aug 2023 03:51:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 61b78edef0cc8817e1a1edc45a234c7ff67f6492
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:34:48 2023 +0200
gnu: Add texlive-lilyglyphs.
* gnu/packages/tex.scm (texlive-lilyglyphs): New variable.
---
gnu/packages/tex.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d4077bee33..5ab9064ab7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8420,6 +8420,38 @@ simple roots of any complex simple Lie algebra. It uses
the Dynkin diagrams
package @code{dynkin-diagrams}.")
(license license:lppl1.3c)))
+(define-public texlive-lilyglyphs
+ (package
+ (name "texlive-lilyglyphs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lilyglyphs/"
+ "fonts/opentype/public/lilyglyphs/"
+ "scripts/lilyglyphs/"
+ "source/latex/lilyglyphs/fonts/"
+ "source/latex/lilyglyphs/glyphimages/definitions/"
+ "source/latex/lilyglyphs/glyphimages/generated_src/"
+ "tex/latex/lilyglyphs/")
+ (base32
+ "1g5v2bq7ml9pnh2xlkzf6k9zh3azw7i96iapp8yajyxk8akj0ki2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:link-scripts
+ #~(list "lily-glyph-commands.py"
+ "lily-image-commands.py"
+ "lily-rebuild-pdfs.py")))
+ (inputs (list python))
+ (home-page "https://ctan.org/pkg/lilyglyphs")
+ (synopsis "Access Lilypond fragments and glyphs, in LaTeX")
+ (description
+ "The package provides the means to include arbitrary elements of LilyPond
+notation, including symbols from Lilypond's Emmentaler font, in a LaTeX
+document. The package uses OpenType fonts, and as a result must be compiled
+with LuaLaTeX or XeLaTeX.")
+ (license license:lppl1.3c)))
+
(define-public texlive-ling-macros
(package
(name "texlive-ling-macros")
- 16/35: gnu: Add texlive-latex4musicians., (continued)
- 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, 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 <=
- 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
- 28/35: gnu: Add texlive-pmxchords., guix-commits, 2023/08/17
- 29/35: gnu: Add texlive-recorder-fingering., guix-commits, 2023/08/17
- 33/35: gnu: Add texlive-xml2pmx., guix-commits, 2023/08/17