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: book:
lang: fr lang: fr
encoding: utf8
template: patacrep.tex
datadir: "." datadir: "."
pictures: yes pictures: yes
#type: chorded
chords: chords:
show: true show: yes
diagramreminder: none diagramreminder: all
repeatchords: yes
authors: authors:
separators: separators:
- "and" - "and"
- "et" - "et"
content: '[["sorted"]]' content: [["sorted"]]

2
patacrep/data/templates/songbook_model.yml

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

Loading…
Cancel
Save