Browse Source

Merge pull request #209 from patacrep/lyrics_bug

Correct lyric option
pull/207/head^2
oliverpool 8 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']:
yield 'chorded'
else:
yield 'lyrics'
yield 'lyric'
book_equivalents = {
'pictures': 'pictures',

Loading…
Cancel
Save