texlive-songbook 2024.2
Package for typesetting song lyrics and chord books
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.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/songbook
- Licenses: LGPL 2.1
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-songbook 2024.2
as follows:
guix install texlive-songbook@2024.2
Or install the latest version:
guix install texlive-songbook
The texlive-songbook
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-songbook:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.