From 68d33f401a7e5c02d4cceec71a0b8f2c0eb5e969 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Wed, 2 Mar 2016 07:37:56 +0100 Subject: [PATCH] Correct lyric option --- patacrep/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/templates.py b/patacrep/templates.py index 7c410c8a..90509369 100644 --- a/patacrep/templates.py +++ b/patacrep/templates.py @@ -275,7 +275,7 @@ def iter_bookoptions(config): if config['chords']['show']: yield 'chorded' else: - yield 'lyrics' + yield 'lyric' book_equivalents = { 'pictures': 'pictures',