This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
Releases: noteflakes/lydown
Releases · noteflakes/lydown
Version 0.14.0
Changes since version 0.13.0:
- Remove support for Ruby 1.9.x.
- Refactor templating system.
- Add
\partPageBreak
,\scorePageBreak
commands. - Add heading_title setting for setting part title in heading.
- Add support for edition-specific settings (activated using
-e
switch). - Add support for transpose setting.
- Properly render complex staff hierarchy (with proper staff groups).
- Add default settings for trumpet/tromba.
- Translate :| / |: bars to :|. / .|: respectively.
- Add
\scoreBreak
command (counterpart of\partBreak
). - Cleaner file structure.
- Add support for layout parameters (#11).
Version 0.12.4 - small fixes
Lots of small stuff:
- A slightly better process for installing lilypond.
- Small improvements to the CLI interface.
- Add support for Ruby 1.9.3, 2.0.0.
- Add automatic build testing using travis-ci.
Version 0.11.0 - First single file release
This marks the first single file release of lydown, packaged using traveling-ruby. This allows users to install lydown without installing ruby 2.2.x first, which might be an obstacle. This, together with the ability to install lilypond from within lydown, should provide a much more pleasant experience to new users and give lydown an edge over other tools.