Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ defined at the bottom of this file.

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

## [0.9.10] - 2026-04-03

### Fixed

- Add more robust logic to find the last Bar in a ScorePart (#180)
- 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
- Fix tests errors (#189)

### Changed

- License changed from GPL-2.0-or-later to GPL-3.0-or-later (#187)


## [0.9.9] - 2025-01-04

### Changed
Expand Down Expand Up @@ -255,7 +268,7 @@ All notable changes to the python-ly project are documented in this file.
Initial release.



[0.9.10]: https://github.com/frescobaldi/python-ly/compare/v0.9.9...v0.9.10
[0.9.9]: https://github.com/frescobaldi/python-ly/compare/v0.9.8...v0.9.9
[0.9.8]: https://github.com/frescobaldi/python-ly/compare/v0.9.7...v0.9.8
[0.9.7]: https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.7
Expand Down
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Bump version: just bump [major|minor|patch] (default: patch)
bump part="patch":
#!/usr/bin/env bash
old=$(hatch version)
hatch version {{part}}
new=$(hatch version)
sed -i "s/python-ly $old/python-ly $new/g" tests/test_xml_files/*.xml
echo "Bumped $old -> $new"
2 changes: 1 addition & 1 deletion ly/pkginfo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Meta-information about the LY package."""

version = "0.9.9"
version = "0.9.10"
2 changes: 1 addition & 1 deletion tests/test_xml_files/break.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/breathe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/church_modes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/dynamics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/full_bar_rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/glissando.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/mark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/markup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2017-06-30</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/merge_voice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<movement-title>Somebody to love</movement-title>
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/merge_voice_slurs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<movement-title>merge voices with slurs</movement-title>
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/no_barcheck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/partial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2017-05-28</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/stem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/tie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/tuplet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xml_files/variable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<score-partwise version="3.0">
<identification>
<encoding>
<software>python-ly 0.9.9</software>
<software>python-ly 0.9.10</software>
<encoding-date>2024-08-10</encoding-date>
</encoding>
</identification>
Expand Down
Loading