diff --git a/patacrep/build.py b/patacrep/build.py index f3391744..83817d1c 100644 --- a/patacrep/build.py +++ b/patacrep/build.py @@ -124,6 +124,7 @@ class Songbook(object): renderer.render_tex(output, config) def requires_lilypond(self): + """Tell if lilypond is part of the bookoptions""" return 'lilypond' in self.config.get('bookoptions', []) def _log_pipe(pipe):