We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Model need to be easily transformed into a LilyPond file format (.ly).
A template engine is a good solution to transform pythonic objects do raw strings, on which are based .ly files.
We need to evaluate python template engines, and pick one to implement a .ly file builder.
The text was updated successfully, but these errors were encountered:
see here for template imbrication with bottle's SimpleTemple engine example: 0bin templates
For simple exemple take base.tpl ligne 116 and 404.tpl ligne 40
Sorry, something went wrong.
No branches or pull requests
The Model need to be easily transformed into a LilyPond file format (.ly).
A template engine is a good solution to transform pythonic objects do raw strings, on which are based .ly files.
We need to evaluate python template engines, and pick one to implement a .ly file builder.
The text was updated successfully, but these errors were encountered: