From 4b07c2a1779e2ee3b3e7e41a136f54550f382b07 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 17 Aug 2023 09:36:56 +0200 Subject: gnu: Add texlive-musicography. * gnu/packages/tex.scm (texlive-musicography): 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 f906cf2234..3eae6832df 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -9922,6 +9922,29 @@ 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-musicography + (package + (name "texlive-musicography") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/musicography/" + "tex/latex/musicography/") + (base32 + "07z5yg0ganmmp3qx5v55ll82sf45x6mhjl59abc5xckkfrgixpxn"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/musicography") + (synopsis "Accessing symbols for music writing with pdfLaTeX") + (description + "This package makes available the most commonly used symbols in writing +about music in a way that can be used with pdfLaTeX and looks consistent and +attractive. It includes accidentals, meters, and notes of different rhythmic +values. The package builds on the approach used in the @code{harmony} +package, where the symbols are taken from the MusiXTeX fonts. But it provides +a larger range of symbols and a more flexible, user-friendly interface.") + (license license:lppl1.3+))) + (define-public texlive-musixtex (package (name "texlive-musixtex") -- cgit 1.4.1