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.
26 lines
518 B
26 lines
518 B
book:
|
|
pictures: yes
|
|
datadir: content_datadir
|
|
lang: en
|
|
template: default.tex
|
|
chords:
|
|
repeatchords: no
|
|
diagramreminder: all
|
|
|
|
content:
|
|
- section: Test of section
|
|
- sort:
|
|
- songsection: Test of song section
|
|
- setcounter: 101
|
|
- addsongdir:
|
|
# relative to yaml songfile
|
|
path: content_datadir/content
|
|
content:
|
|
- "song.csg"
|
|
- "song.tsg"
|
|
- cd:
|
|
# relative to datadir 'songs' dir
|
|
path: ../content
|
|
content:
|
|
- tex: foo.tex
|
|
- include: include.sbc
|
|
|