Templates: Add more possibly fields (commented out)
[orchestrallily.git] / Templates / Def_Simple.def
blob7c66773dc2de34d39205238ca5747a95cb7f333f
2 "output_dir": "Simple",
3 "version": "2.13.1",
4 "template": "EK_Full",
5 "language": "deutsch",
7 "defaults": {
8 "title": "Title of the Opus",
9 "subtitle": "Subtitle, Opusnumber",
10 "composer": "The Composer",
11 "composerdate": "from-to",
12 "poet": "The poet",
13 "poetdate": "from-to",
15 #"arranger": u"<<arranger>>",
16 #"opus": u"<<opus>>",
17 #"instrumentation": u"<<instrumentation>>",
18 #"key": u"<<key>>",
19 #"language": u"<<language>>",
20 #"duration": u"<<duration>>",
21 #"composition_year": u"<<composition_year>>",
22 #"score_information": u"<<score_information>>",
23 #"genre": u"<<genre>>",
25 "year": "2009",
26 "publisher": "Edition Kainhofer, Vienna",
27 "editor": "Reinhold Kainhofer",
28 "editormail": "reinhold@kainhofer.com",
29 "scorenumber": "EK-1234",
30 "basename": "BASE",
31 "instruments": ["VI", "VII", "S"],
32 "vocalvoices": ["S"],
33 "scores": ["Long", "Choral", "Organ", "Particell"],
36 "scores": ["Score1", "Score2"],
37 #"scores": ["Score1"],
39 # The first (default) score:
40 "Score1": {
41 "parts": [
42 "IFirst",
43 {"id": "IIAnotherPart", "filename": "02_Another", "piece": "Nr. 2: Another part", "piecetacet": "Nr. 2 tacet"},
47 "Score2": {
48 "parts": ["IFirst"],
49 "scores": ["Organ", "Particell"],
50 "basename": "BlahDummy",
51 "title": "The SECOND score in this book",
52 #"noTOC": True,
55 # If "latex" entry is present, LaTeX files will be created, otherwise not.
56 "latex": {
57 "basename": "LaTeX",