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.
 
 
 
 

108 lines
2.3 KiB

type: //rec
optional:
content: //str
template: //any
required:
_cache: //bool
_datadir:
type: //arr
contents: //str
book:
type: //rec
required:
encoding: //str
lang: //str
pictures: //bool
template: //str
onesongperpage: //bool
chords:
type: //rec
required:
show: //bool
diagrampage: //bool
repeatchords: //bool
lilypond: //bool
tablatures: //bool
diagramreminder:
type: //any
of:
- type: //str
value: "none"
- type: //str
value: "important"
- type: //str
value: "all"
instrument:
type: //any
of:
- type: //str
value: "guitar"
- type: //str
value: "ukulele"
notation:
type: //any
of:
- type: //str
value: "alphascale"
- type: //str
value: "solfedge"
authors:
_description: "Comment sont analysés les auteurs"
type: //rec
required:
separators:
type: //any
of:
- type: //arr
contents: //str
- type: //nil
ignore:
type: //any
of:
- type: //arr
contents: //str
- type: //nil
after:
type: //any
of:
- type: //arr
contents: //str
- type: //nil
titles:
_description: "Comment sont analysés les titres"
type: //rec
required:
prefix:
type: //any
of:
- type: //arr
contents: //str
- type: //nil
# template:
# _description: "Des choses spécifiques au template"
# type: //rec
# required:
# file: //str
# optional:
# latex:
# type: //rec
# required:
# classoptions: //str
# color:
# type: //rec
# required:
# songnumber: //str
# notebg: //str
# indexbg: //str
# titlepage:
# type: //rec
# required:
# title: //str
# author: //str
# subtitle: //str
# version: //str
# url: //str
# email: //str
# picture: //str
# picturecopyright: //str
# footer: //str