summaryrefslogtreecommitdiff
path: root/rules/rules.go
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rules.go')
-rw-r--r--rules/rules.go10
1 files changed, 8 insertions, 2 deletions
diff --git a/rules/rules.go b/rules/rules.go
index 2493e3f..acd9282 100644
--- a/rules/rules.go
+++ b/rules/rules.go
@@ -76,11 +76,17 @@ var Default = Set{
},
"meta": {
Left: 1.5,
- Width: 3,
+ Width: 6,
},
"center": {
Left: 1.5,
- Width: 3,
+ Width: 6,
Align: "C",
},
+ "lyrics": {
+ Left: 2,
+ Width: 5,
+ Style: "i",
+ Font: "Helvetica",
+ },
}