Skip to content

Releases: rism-digital/verovio

Version 5.3.2

28 May 07:39
Compare
Choose a tag to compare
  • Fix bug in toolkit select

Version 5.3.1

26 May 14:35
Compare
Choose a tag to compare
  • Fix bug in CMME importer

Version 5.3.0

19 May 09:50
Compare
Choose a tag to compare
  • Support for editorial markup (app or choice) surrounding the top-level scoreDef
  • Support for full internal page-based MEI serialization (mei-pb-serialization)
  • Support for custom fonts to be passed to the JS toolkit as base64 strings instead of urls
  • Change the SVG structure of font glyphs to avoid problems with some SVG rendering engines
  • Fix @xml:id generation with --xml-id-seed
  • Fix key signature display after cautionary clef (@brdvd)
  • Fix custom fonts not loading properly in the JS toolkit

Version 5.2.0

23 Apr 10:59
Compare
Choose a tag to compare
  • Support for data.HEXNUM in note@head.shape
  • Support for additional tablature features introduced in MEI 5.1 (@paul-bayleaf)
  • Support for annot as control event (@oerc-music)
  • Support for @part="%all" for displaying control events above the first staff
  • Improved support for expansion lists (@wergo)
  • Improved support for staff order diverging from order in scoreDef
  • Change element name logging to lowerCamelCase (MEI element name)
  • Remove non-sounding notes from MIDI output (@rettinghaus)
  • Fix lines disappearing in the SVG output with --mm-output option

Version 5.1.0

27 Feb 14:28
Compare
Choose a tag to compare
  • Improved timemap with grace notes and arpeggios
  • CSS scoped to the specific MEI document based on mei@xml:id
  • Option --ligature-oblique for controlling ligature shape (curved or straight)
  • Fix handling of -p and -a options regarding MEI output (@brdvd)
  • Fix Cocoapods building (@rettinghaus)
  • Fix rendering of neumes rendered as notes

Version 5.0.0

07 Feb 08:26
Compare
Choose a tag to compare
  • Switching to MEI 5.1
  • Implementation of mensural notation scoring up with --mensural-score-up (@martha-thomae)
  • Support for cpMark (colla parte)
  • Support for verse@place for lyrics above the staff
  • Support for MIDI octave displacement without @oct.ges (@brdvd)
  • Option --lyric-height-factor to increase the spacing of the lyrics
  • Fix surface, symbolDef, and zone losing @xml:ids with --remove-ids (@rettinghaus)

version-4.5.1

24 Dec 11:11
Compare
Choose a tag to compare
  • Fix bug in RedoLayout

Version 4.5.0

22 Dec 11:40
Compare
Choose a tag to compare
  • Integration of tablature customization implementation
  • Optimization of regex calls (@paul-bayleaf)

Version 4.4.0

25 Nov 15:32
Compare
Choose a tag to compare
  • Support for CMME import
  • Support for conversion from mensural to CMN (with --mensural-to-cmn)
  • Improved mensural cast-off (without barLine)
  • Improved justification of last / single pages (@brdvd)
  • Improved performance by optimizing glyph lookup (@brdvd)
  • Improved facsimile rendering
  • Connection of ledger lines to notes or accidentals with --svg-html5
  • Refactoring of internal time alignment using fraction instead of double
  • Option --timemap for controlling the time map from the command-line
  • Option --mensural-to-measure renamed --mensural-to-cmn
  • Option --duration-equivalence (brevis, semibrevis or minima) for mensural alignment
  • Option --mensural-responsive-view for cast-off on simplified encoding

Version 4.3.1

10 Sep 14:53
Compare
Choose a tag to compare
  • Fix JS builds