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',