|
@ -71,7 +71,7 @@ class ChordproSong(Song): |
|
|
jinjaenv=jinjaenv, |
|
|
jinjaenv=jinjaenv, |
|
|
).template.render(context) |
|
|
).template.render(context) |
|
|
except jinja2.exceptions.TemplateNotFound: |
|
|
except jinja2.exceptions.TemplateNotFound: |
|
|
raise NotImplementedError() |
|
|
raise NotImplementedError("Cannot convert to format '{}'.".format(output_format)) |
|
|
|
|
|
|
|
|
@staticmethod |
|
|
@staticmethod |
|
|
@contextfunction |
|
|
@contextfunction |
|
|