Verovio Humdrum Viewer

From CCARH Wiki
Revision as of 02:40, 21 January 2020 by Craig (talk | contribs)
Jump to navigation Jump to search

Verovio Humdrum Viewer is an online musical data editor. The primary function of the website is for viewing and editing music in the Humdrum data format, but also music can be loaded and edited in the MusicXML, MEI, MuseData, and EsAC data formats. The editor is semi-graphical: some elements such as pitch, beaming, slurs, articulations can be changed graphically, while other elements such as lyrics, adding music, changing rhythms, can only be done by editing the digital score in the text editor.

Online scores

The VHV editor also has built-in musical data which can be accessed through the "Scores" menu. Here is an example of a score loaded from the Mozart piano sonatas entry in the menu:

Mozart sonata: digital score on left and graphical score on right

Here is a direct link to the score in the VHV editor: http://verovio.humdrum.org/?file=mozart/sonatas/sonata13-1.krn . This particular score comes from a Github repository for the Mozart sonatas and is loaded directly in to the VHV editor.

Data processing in VHV editor

Try adding the line:

  !!!filter: transpose -k c

to the digital score. This will transpose the music from B-flat major to C major:

Mozart sonata transposed to C major.


Or extract the first seven measures from the score with the line:


   !!!filter: myank -m 0-7

"myank" means "measure yank", which is a filter to extract measures from a score. And "-m 0-7" means to extract from measure 0 (the pickup measure through measure 7).


First seven measures of the score extracted.

Rendering library

VHV uses verovio (on Github) to convert the digital score into graphical notation (in the SVG format).

Links