Browse Source

bugfix to check if lilypond is required

pull/198/head
Oliverpool 9 years ago
parent
commit
bb904d6bae
  1. 2
      patacrep/build.py

2
patacrep/build.py

@ -159,7 +159,7 @@ class Songbook:
def requires_lilypond(self):
"""Tell if lilypond is part of the bookoptions"""
return 'lilypond' in iter_bookoptions(self._config)
return 'lilypond' in iter_bookoptions(self._raw_config)
def _log_pipe(pipe):
"""Log content from `pipe`."""

Loading…
Cancel
Save