Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frescobaldi/python-ly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fixtests
Choose a base ref
...
head repository: frescobaldi/python-ly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 23 files changed
  • 3 contributors

Commits on Jan 26, 2026

  1. Fix MusicXML export losing measure boundaries with chords

    Chords were not incrementing the bar duration counter, causing measure
    boundaries to be lost in MusicXML export. A 3-bar piece with chords
    would incorrectly export as 2 bars.
    
    Two functions affected:
    - new_chordbase(): explicit chord notation <c e g>
    - copy_prev_chord(): duration shorthand after chords (4 4)
    
    Added self.increase_bar_dura(duration) to both functions to match the
    behavior of regular notes.
    
    Fixes #171
    hexbold committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    5837f41 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Merge pull request #189 from frescobaldi/fixtests

    Fix tests
    fedelibre authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    3aecbd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

  1. Merge pull request #183 from hexbold/fix-musicxml-chord-bar-duration

    Fix MusicXML export losing measure boundaries with chords
    bmjcode authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    8d18a16 View commit details
    Browse the repository at this point in the history
  2. 0.9.10 release

    fedelibre committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    cfccab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2bd73a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #188 from frescobaldi/0.9.10-release

    0.9.10 release
    fedelibre authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    74c3022 View commit details
    Browse the repository at this point in the history
Loading