File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.4 (2016-06-18)
4+
5+ * gly fy: converts gabc to gly
6+ * ` \markup ` keyword - verbatim text or LaTeX code to be included in the preview
7+ * support gabc header field ` nabc-lines ` (don't comment it out in generated gabc)
8+ * preview by default annotates scores by their ` id ` header value
9+ * allow empty header fields
10+ * block variant of ` \lyrics ` and ` \music ` keywords
11+ * support for all gabc divisiones and hard line breaks (handled as "non-lyrical" music chunks)
12+ * preview: format of placeholders in the document template changed to the django/jinja/... standard - e.g. ` {{glyvars}} `
13+ * tested documents containing adiastematic nabc notation
14+ * preview: die loudly on error of the subordinate latex process
15+ * preview: when input file doesn't exist, try to add extension - e.g. ` gly preview hello ` compiles ` hello.gabc ` if file ` hello ` doesn't exist
16+
317## 0.0.3 (2016-01-12)
418
519* fix gly preview not regenerating once generated gabc files
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22Gem ::Specification . new do |s |
33 s . name = 'gly'
4- s . version = '0.0.3 '
5- s . date = '2016-01-12 '
4+ s . version = '0.0.4 '
5+ s . date = '2016-06-18 '
66 s . summary = 'Writer-friendly Gregorian notation format compiling to gabc'
77
88 s . authors = [ 'Jakub Pavlík' ]
You can’t perform that action at this time.
0 commit comments