Skip to content

Commit cfccab3

Browse files
committed
0.9.10 release
1 parent 8d18a16 commit cfccab3

19 files changed

Lines changed: 33 additions & 19 deletions

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ defined at the bottom of this file.
77

88
All notable changes to the python-ly project are documented in this file.
99

10+
## [0.9.10] - 2026-04-04
11+
12+
### Fixed
13+
14+
- Fix MusicXML export losing measure boundaries with chords (#183)
15+
- Add more robust logic to find the last Bar in a ScorePart (#180)
16+
- ly2xml, check that list is not empty before working on it (#184). This fixes an error when exporting a LilyPond file to MusicXML: frescobaldi/frescobaldi#1712
17+
- Fix tests errors (#189)
18+
19+
### Changed
20+
21+
- License changed from GPL-2.0-or-later to GPL-3.0-or-later (#187)
22+
23+
1024
## [0.9.9] - 2025-01-04
1125

1226
### Changed
@@ -255,7 +269,7 @@ All notable changes to the python-ly project are documented in this file.
255269
Initial release.
256270

257271

258-
272+
[0.9.10]: https://github.com/frescobaldi/python-ly/compare/v0.9.9...v0.9.10
259273
[0.9.9]: https://github.com/frescobaldi/python-ly/compare/v0.9.8...v0.9.9
260274
[0.9.8]: https://github.com/frescobaldi/python-ly/compare/v0.9.7...v0.9.8
261275
[0.9.7]: https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.7

ly/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Meta-information about the LY package."""
22

3-
version = "0.9.9"
3+
version = "0.9.10"

tests/test_xml_files/break.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/breathe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/chord_duration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2026-01-26</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/church_modes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/dynamics.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/full_bar_rest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/glissando.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/mark.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

0 commit comments

Comments
 (0)