mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
501 B
10 lines
501 B
16 years ago
|
Songbook is a set of tool used to create lyrics and chords books. It is composed of a latex style and a set of script and makefile to help users to produce great quality songbook.
|
||
|
|
||
|
Installing and running Songbook is pretty straightforward:
|
||
|
|
||
|
tar xzvf songbook.tar.gz
|
||
|
cd songbook
|
||
|
make
|
||
|
|
||
|
Note that you'll need make, perl, and a latex distribution that provides pdflatex to compile your first books. If you want to know more about adding songs to the songbooks, you have to learn how to [[write]] some.
|