https://github.com/nacnudus/psalmtex
LaTeX class for setting psalms to Anglican chants with pointing
https://github.com/nacnudus/psalmtex
Last synced: 2 months ago
JSON representation
LaTeX class for setting psalms to Anglican chants with pointing
- Host: GitHub
- URL: https://github.com/nacnudus/psalmtex
- Owner: nacnudus
- Created: 2018-08-26T17:01:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T08:28:13.000Z (over 6 years ago)
- Last Synced: 2025-01-05T18:28:11.661Z (4 months ago)
- Language: TeX
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# psalm class for latex
## Installation
Put the file `psalm.cls` in `~/texmf/tex/latex/psalm`
## Usage
Suggested makefile:
```make
default: psalm.pdfpsalm.pdf: psalm.ltx chant.png
pdflatex psalm.ltx
rm psalm.aux psalm.logchant.png: chant.pdf
convert -density 600 chant.pdf -trim chant.pngchant.pdf: chant.ly
lilypond -dno-point-and-click chant.ly.PHONY: clean
clean:
rm -f psalm.pdf psalm.aux psalm.log chant.png chant.pdf
```## Acknowledgments
Based on https://github.com/gregrs-uk/anglican-chant-template