Skip to content

Releases: music-encoding/sibmei

v4.1.0

14 Feb 21:58
Compare
Choose a tag to compare

This release includes several improvements!

Most users will want to download the sibmei-4.1.0.zip file attached below and install using the Official Sibelius Instructions based on your operating system.

Specific enhancements:

Along with various bug fixes and compatibility improvements.

v4.0.0

14 Sep 06:46
176bb01
Compare
Choose a tag to compare

This is the first Sibmei release supporting MEI 4. We skipped version number 3 to get Sibmei major versions in sync with the supported MEI version. As some projects have developed tools that build upon the old MEI 3 export, Sibmei 4 is designed to be installable side by side with Sibmei 2. Make sure you choose the right Sibmei plugin version when exporting (all Sibmei 4 export variants have "MEI 4" in the name).

Besides the MEI 4 support, the most significant addition is an extension system for exporting custom symbols and text styles. This gives projects some means of modifying the export behavior without having to maintain a Sibmei fork.

Some other enhancements in this release:

  • Much improved handling of text formatting
  • Various attributes added
  • Support lyrics on chords
  • Support staffDef/labelAbbr
  • Add instrument transposition in <staffDef>
  • Export of some additional articulation symbols
  • Export of shown bar numbers as measure/@label

Some of the bug fixes in this release:

  • Clef changes under beams and tuplets
  • Grace notes at the beginning of tuplets
  • Handling of elisions

Much of this release was sponsored by Max Weber Stiftung. Most of the work was done by Anna Plaksin and Thomas Weber with some contributions by Andrew Hankinson and Klaus Rettinghaus. Mark Saccomano joined the list of contributors.

v2.3.0

19 Nov 09:42
45f38c0
Compare
Choose a tag to compare

In the process of making Sibmei MEI 4 ready, this is the last Sibmei release supporting MEI 3.

Enhancements:

  • Add more @startid/@endid attributes to slurs, lines and symbols
  • Support more line styles
  • Add @tstamp to <tempo> elements

Bug fixes:

  • Proper @wordpos and @con attributes for lyrics with elisions
  • Proper @grace and @stem.mod attributes for acciaccaturas/appoggiaturas

Most work on this release was done by Anna Plaksin, sponsored by Max Weber Stiftung. Klaus Rettinghaus joined the list of contributors.

v2.2.1

26 Jun 07:33
Compare
Choose a tag to compare

This is a bugfix release that prevents crashes for lines or slurs that cross barlines.

v2.2.0

17 Jun 09:34
30e4608
Compare
Choose a tag to compare

This release adds support for:

  • Figured bass (sponsored by ÖAW)
  • Arpeggios
  • Sections: Multiple <mdiv>s (new <mdiv>s start after bars marked as "section end" in Sibelius)
  • Output of @tstamp.ges attributes

The following bugs are fixed:

  • Gestural duration inside tuplets (Martha Thomae)
  • Proper @tstamps in pickup bars
  • Proper @con and @wordpos attributes (Anna Plaksin)
  • Detection of accidental visibility
  • Entity escaping of lyrics with elisions

Special thanks to new contributors Anna Plaksin and Martha Thomae.

v2.1.0

20 Feb 07:04
Compare
Choose a tag to compare

This release contains several important bug fixes and functionality enhancements.

  • Rewrite of much of the tuplet code, including bug fixes and support for Nested Tuplets (Thomas Weber)
  • Support for Bar Rest fermatas (Thomas Weber)
  • Ongoing work in progress for supporting more staff symbols in the output
  • Rewrite of the beaming functionality. Now supports nested beams, grace beams, and @breaksec (Thomas Weber)
  • Fixed bug where the Music Text Font Name was used for lyrics (Thomas Weber)
  • Additional support for system breaks (Thomas Weber)
  • Tidied up support for rests that begin a beam (Thomas Weber)
  • Support for @metcon=false for measures that do not conform to the time signature (Thomas Weber)
  • Fixed a bug where the measure label was getting needlessly rewritten in a loop.
  • Enhanced support for tremolos
  • Support for syllable elision in lyrics
  • Fixed the ordering of articulations
  • Fixed a bug where sometimes a bar object being referenced was null.

Thanks to Notengrafik Berlin for sponsoring some of this work.

2.0.4

20 Oct 17:52
Compare
Choose a tag to compare

This is a bugfix and feature release.

  • Lines with durations (Slurs, Dynamics, etc.) now have a tstamp2 value, so that they can be drawn with the appropriate duration.
  • Support for Glissando Lines
  • Fixed typos (someday I will learn how to spell Diminuendo correctly...)
  • Time and Key Signature changes are now recorded in the MEI output.
  • Removed a buggy method in the libmei library
  • General cleanup.

2.0.3

17 Sep 20:21
Compare
Choose a tag to compare

Minor bug-fix release to add @staff to <harm> elements. Also a minor code clean-up.

2.0.2

27 Aug 19:00
Compare
Choose a tag to compare

Primarily optimizations and cosmetic changes in this release.

  • The filename of the score is suggested as the default export filename
  • The user's documents folder is suggested as the main export folder
  • Removed unused arguments from a method
  • Disabled generating hashes for notes -- should speed things up a bit.
  • Initial support for the <harm> element as a way of exporting chord symbols. See: rism-digital/verovio#280.

2.0.1

20 Jul 12:45
Compare
Choose a tag to compare

This release fixes only a single issue with ties that could cross staves. However, this is a significant enough fix that it warrants a new release.