Browse Source

Correct content parameter

pull/184/head
Oliverpool 9 years ago
parent
commit
bc163b146d
  1. 19
      examples/example-all.yaml.sb
  2. 2
      patacrep/data/templates/songbook_model.yml

19
examples/example-all.yaml.sb

@ -1,23 +1,16 @@
# bookoptions:
# - "diagram"
# - "repeatchords"
# - "pictures"
# booktype: "chorded"
# datadir: "."
# template: "patacrep.tex"
# lang: "fr"
# encoding: "utf8"
book:
lang: fr
encoding: utf8
template: patacrep.tex
datadir: "."
pictures: yes
#type: chorded
chords:
show: true
diagramreminder: none
show: yes
diagramreminder: all
repeatchords: yes
authors:
separators:
- "and"
- "et"
content: '[["sorted"]]'
content: [["sorted"]]

2
patacrep/data/templates/songbook_model.yml

@ -1,7 +1,7 @@
schema:
type: //rec
optional:
content: //str
content: //any
template: //any
required:
_cache: //bool

Loading…
Cancel
Save