Releases: rism-digital/verovio
Releases · rism-digital/verovio
Version 5.3.2
- Fix bug in toolkit select
Version 5.3.1
- Fix bug in CMME importer
Version 5.3.0
- Support for editorial markup (
app
orchoice
) surrounding the top-levelscoreDef
- 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
- Support for
data.HEXNUM
innote@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
- 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
- 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
, andzone
losing@xml:id
s with--remove-ids
(@rettinghaus)
version-4.5.1
- Fix bug in RedoLayout
Version 4.5.0
- Integration of tablature customization implementation
- Optimization of regex calls (@paul-bayleaf)
Version 4.4.0
- 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
orminima
) for mensural alignment - Option
--mensural-responsive-view
for cast-off on simplified encoding
Version 4.3.1
- Fix JS builds