convert-ly to latest lilypond version
[orchestrallily.git] / Templates / Def_MultipleScores.def
blobd2ee7c3418d613583bdec294eea7f2e3e0217ec5
2 "output_dir": "TEST_DIR",
3 "version": "2.13.1",
4 "template": "EK_Full",
6 "defaults": {
7 "title": "Title of the Opus",
8 "subtitle": "Subtitle, Opusnumber",
9 "composer": "The Composer",
10 "composerdate": "from-to",
11 "poet": "The poet",
12 "poetdate": "from-to",
14 "year": "2009",
15 "publisher": "Edition Kainhofer, Vienna",
16 "editor": "Reinhold Kainhofer",
17 "editormail": "reinhold@kainhofer.com",
18 "scorenumber": "EK-1234",
19 "basename": "Workname",
20 "instruments": ["TbeI", "TbeII", "ClI", "ClII", "FagI", "FagII", "VI", "VII", "Va", "S", "A", "T", "B", "VcB"],
21 "vocalvoices": ["S", "A", "T", "B"],
22 "scores": ["Long", "Full", "Organ", "Choral"],
25 "scores": ["Score1", "Score2"],
27 # The first (default) score:
28 "Score1": {
29 "parts": [
30 "IFirst",
31 {"id": "IIAnotherPart", "filename": "02_Another", "piece": "Nr. 2: Another part", "piecetacet": "Nr. 2 tacet"},
35 # A nother score, different title, etc.
36 "Score2": {
37 "title": "Other Title of the Opus",
38 "subtitle": "Other Subtitle, Opusnumber",
39 "composer": "The Other Composer",
40 "composerdate": "Other from-to",
41 "poet": "The Other poet",
42 "poetdate": "Other from-to",
44 "year": "Other 2009",
45 "publisher": "Other Edition Kainhofer, Vienna",
46 "editor": "Other Reinhold Kainhofer",
47 "editormail": "Other reinhold@kainhofer.com",
48 "scorenumber": "EKOther-1234",
49 "basename": "Other_Workname",
50 "instruments": ["TbeI", "TbeII", "ClI", "ClII", "FagI", "FagII", "VI", "VII", "Va", "S", "A", "T", "B", "VcB"],
51 "lyrics": ["S", "A", "T", "B"],
52 "scores": ["Long", "Full", "Organ", "Choral"],
53 "parts": [
54 "IFirst",
55 {"id": "IIAnotherPart", "filename": "02_Another", "piece": "Nr. 2: Another part", "piecetacet": "Nr. 2 tacet"},
59 # If "latex" entry is present, LaTeX files will be created, otherwise not.
60 "latex": {
61 "basename": "TeX_Workname",