We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ca0cb commit 5c609a4Copy full SHA for 5c609a4
ly/gridly/CHANGELOG.md
@@ -1,6 +1,10 @@
1
GridLY - Changelog
2
==================
3
4
+ * 0.5.1
5
+
6
+ - Add support for lyrics in `opening` and `closing`. See issue #113
7
8
* 0.5.0
9
10
- Add bar number handling. See issue #101
ly/gridly/__init__.ily
@@ -19,7 +19,7 @@
19
20
%%% Initialization of the GridLY library
21
22
-#(define gridly-version "0.5.0")
+#(define gridly-version "0.5.1")
23
24
%%% The association list holding all the music.
25
#(if (not (defined? 'music-grid))
0 commit comments