diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-26 09:26:20 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-26 09:26:20 +0200 |
commit | 5f2bf5eb459494393affe7b11d8ad5867a3d24e3 (patch) | |
tree | c05f20d75d0df0eb584683c483a560b58d51c148 | |
parent | d84926aeec49cd48f3ccbe984d2e49fc75b4b7df (diff) |
music paper: use ticker lines
-rw-r--r-- | conf/theme/mid_lines.yaml | 12 | ||||
-rw-r--r-- | designs/music-paper-10-a4.yaml | 2 | ||||
-rw-r--r-- | designs/music-paper-10_double-a4.yaml | 2 | ||||
-rw-r--r-- | designs/music-paper-11-a4.yaml | 2 | ||||
-rw-r--r-- | designs/music-paper-11-rings-a6.yaml | 2 | ||||
-rw-r--r-- | designs/music-paper-11_title-a4.yaml | 2 |
6 files changed, 17 insertions, 5 deletions
diff --git a/conf/theme/mid_lines.yaml b/conf/theme/mid_lines.yaml new file mode 100644 index 0000000..e3f556e --- /dev/null +++ b/conf/theme/mid_lines.yaml @@ -0,0 +1,12 @@ +thin_line_size: 0.5 +thin_line_color: '{ 0.75 0.75 0.75 }' + +heavy_line_size: 0.5 +heavy_line_color: '{ 0.65 0.65 0.65 }' + +border_line_size: 0.5 +border_line_color: '{ 0.65 0.65 0.65 }' + +fill_color: '{ 1.0 1.0 1.0 }' + +background_color: '{ 1.0 1.0 1.0 }' diff --git a/designs/music-paper-10-a4.yaml b/designs/music-paper-10-a4.yaml index ed2f560..b1b9af7 100644 --- a/designs/music-paper-10-a4.yaml +++ b/designs/music-paper-10-a4.yaml @@ -1,7 +1,7 @@ template: music-paper paper: a4 margins: 10mm -theme: thin_lines +theme: mid_lines settings: 10single override: border: false diff --git a/designs/music-paper-10_double-a4.yaml b/designs/music-paper-10_double-a4.yaml index 728c9f4..271d710 100644 --- a/designs/music-paper-10_double-a4.yaml +++ b/designs/music-paper-10_double-a4.yaml @@ -1,7 +1,7 @@ template: music-paper paper: a4 margins: 10mm -theme: thin_lines +theme: mid_lines settings: 10double override: border: false diff --git a/designs/music-paper-11-a4.yaml b/designs/music-paper-11-a4.yaml index cd53967..b04b48f 100644 --- a/designs/music-paper-11-a4.yaml +++ b/designs/music-paper-11-a4.yaml @@ -1,7 +1,7 @@ template: music-paper paper: a4 margins: 10mm -theme: thin_lines +theme: mid_lines settings: 11single override: border: false diff --git a/designs/music-paper-11-rings-a6.yaml b/designs/music-paper-11-rings-a6.yaml index e1710f2..84254d5 100644 --- a/designs/music-paper-11-rings-a6.yaml +++ b/designs/music-paper-11-rings-a6.yaml @@ -1,7 +1,7 @@ template: music-paper paper: a6 margins: 6mm -theme: thin_lines +theme: mid_lines settings: 11single override: border: false diff --git a/designs/music-paper-11_title-a4.yaml b/designs/music-paper-11_title-a4.yaml index b2980f0..19fc44d 100644 --- a/designs/music-paper-11_title-a4.yaml +++ b/designs/music-paper-11_title-a4.yaml @@ -1,7 +1,7 @@ template: music-paper paper: a4 margins: 10mm -theme: thin_lines +theme: mid_lines settings: 11single override: border: false |