Browse Source

Correct lyric option

pull/209/head
Oliverpool 8 years ago
parent
commit
68d33f401a
  1. 2
      patacrep/templates.py

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

Loading…
Cancel
Save