diff options
Diffstat (limited to 'designs')
-rw-r--r-- | designs/music-paper-10-a4.yaml | 9 | ||||
-rw-r--r-- | designs/music-paper-10_double-a4.yaml | 9 | ||||
-rw-r--r-- | designs/music-paper-11-a4.yaml | 9 | ||||
-rw-r--r-- | designs/music-paper-11_title-a4.yaml | 9 |
4 files changed, 36 insertions, 0 deletions
diff --git a/designs/music-paper-10-a4.yaml b/designs/music-paper-10-a4.yaml new file mode 100644 index 0000000..ed2f560 --- /dev/null +++ b/designs/music-paper-10-a4.yaml @@ -0,0 +1,9 @@ +template: music-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 10single +override: + border: false + margin_top: 1 mm + margin_bottom: 20 mm diff --git a/designs/music-paper-10_double-a4.yaml b/designs/music-paper-10_double-a4.yaml new file mode 100644 index 0000000..728c9f4 --- /dev/null +++ b/designs/music-paper-10_double-a4.yaml @@ -0,0 +1,9 @@ +template: music-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 10double +override: + border: false + margin_top: 1 mm + margin_bottom: 20 mm diff --git a/designs/music-paper-11-a4.yaml b/designs/music-paper-11-a4.yaml new file mode 100644 index 0000000..cd53967 --- /dev/null +++ b/designs/music-paper-11-a4.yaml @@ -0,0 +1,9 @@ +template: music-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 11single +override: + border: false + margin_top: 1 mm + margin_bottom: 9 mm diff --git a/designs/music-paper-11_title-a4.yaml b/designs/music-paper-11_title-a4.yaml new file mode 100644 index 0000000..b2980f0 --- /dev/null +++ b/designs/music-paper-11_title-a4.yaml @@ -0,0 +1,9 @@ +template: music-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 11single +override: + border: false + margin_top: 10 mm + margin_bottom: 9 mm |