From bc163b146dc6bfdc21b507c49d927483d0dc35a3 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 18 Dec 2015 16:35:18 +0100 Subject: [PATCH] Correct content parameter --- examples/example-all.yaml.sb | 19 ++++++------------- patacrep/data/templates/songbook_model.yml | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/examples/example-all.yaml.sb b/examples/example-all.yaml.sb index 4f287c6d..c121ca14 100644 --- a/examples/example-all.yaml.sb +++ b/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"]]' \ No newline at end of file +content: [["sorted"]] \ No newline at end of file diff --git a/patacrep/data/templates/songbook_model.yml b/patacrep/data/templates/songbook_model.yml index 1f588996..7567de47 100644 --- a/patacrep/data/templates/songbook_model.yml +++ b/patacrep/data/templates/songbook_model.yml @@ -1,7 +1,7 @@ schema: type: //rec optional: - content: //str + content: //any template: //any required: _cache: //bool