Browse Source

Merge pull request #209 from patacrep/lyrics_bug

Correct lyric option
pull/207/head^2
oliverpool 9 years ago
parent
commit
c7f273299f
  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