Browse Source

Correct lyric option

pull/209/head
Oliverpool 9 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']: if config['chords']['show']:
yield 'chorded' yield 'chorded'
else: else:
yield 'lyrics' yield 'lyric'
book_equivalents = { book_equivalents = {
'pictures': 'pictures', 'pictures': 'pictures',

Loading…
Cancel
Save