MusicXML: Difference between revisions
Update for MusicXML 3.1 |
m Make date formats consistent |
||
Line 30: | Line 30: | ||
==Support== |
==Support== |
||
As of December 2017, MusicXML is supported to varying degrees by over 230 notation programs.<ref>{{cite web |url = http://www.musicxml.com/software/ |title = Software |publisher = MusicXML |date = |
As of December 2017, MusicXML is supported to varying degrees by over 230 notation programs.<ref>{{cite web |url = http://www.musicxml.com/software/ |title = Software |publisher = MusicXML |date = 19 March 2010 |accessdate = 19 December 2017 }}</ref><ref>{{cite web |url = http://musescore.org/en/handbook/file-format |title = File format |publisher = MuseScore |date = |accessdate = 27 June 2014 }}</ref> These programs include: |
||
* Most [[Comparison of scorewriters|scorewriting programs]], including [[Finale (software)|Finale]], [[Sibelius (software)|Sibelius]], and [[MuseScore]]. |
* Most [[Comparison of scorewriters|scorewriting programs]], including [[Finale (software)|Finale]], [[Sibelius (software)|Sibelius]], and [[MuseScore]]. |
||
* Most [[Music OCR]] programs, including [[SmartScore]] and PhotoScore. |
* Most [[Music OCR]] programs, including [[SmartScore]] and PhotoScore. |
||
* Most [[music sequencer]] programs, including [[Steinberg Cubase|Cubase]], [[Logic Pro]], [[Digital Performer]], and [[Cakewalk Sonar|SONAR]]. |
* Most [[music sequencer]] programs, including [[Steinberg Cubase|Cubase]], [[Logic Pro]], [[Digital Performer]], and [[Cakewalk Sonar|SONAR]]. |
||
Additionally, web support is possible through the use of the [[HTML5]] [[canvas element]] and [[JavaScript]] resulting in the rendering of legible music within a [[web browser]].<ref>{{cite web |author = |url = http://musicxml-viewer.com |title = HTML5 MusicXML Viewer |publisher = Musicxml-viewer.com |date = |
Additionally, web support is possible through the use of the [[HTML5]] [[canvas element]] and [[JavaScript]] resulting in the rendering of legible music within a [[web browser]].<ref>{{cite web |author = |url = http://musicxml-viewer.com |title = HTML5 MusicXML Viewer |publisher = Musicxml-viewer.com |date = 15 May 2012 |accessdate = 27 June 2014 |archiveurl = https://web.archive.org/web/20160403014301/http://www.musicxml-viewer.com/download.html |archivedate = 3 April 2016 }} Source code available in [https://code.google.com/archive/p/score-library/source/default/commits Google Code], [https://github.com/navigator117/score-library Github] and [https://bitbucket.org/navigator117/score-library Bitbucket].</ref> |
||
Features include [[Key signature|key]] and [[time signature]]s, [[clef]]s, beaming information, [[Stem (music)|stem]] directions, [[Slur (music)|slurs]], [[Ornament (music)|ornaments]], [[Bar (music)|barlines]], and written repeats.<ref>Juan Pablo Bello, Elaine Chew, Douglas Turnbull (2008) ''ISMIR 2008: Proceedings of the 9th International Conference'' [https://books.google.com/books?id=OHp3sRnZD-oC&pg=PA365 p.365]</ref> |
Features include [[Key signature|key]] and [[time signature]]s, [[clef]]s, beaming information, [[Stem (music)|stem]] directions, [[Slur (music)|slurs]], [[Ornament (music)|ornaments]], [[Bar (music)|barlines]], and written repeats.<ref>Juan Pablo Bello, Elaine Chew, Douglas Turnbull (2008) ''ISMIR 2008: Proceedings of the 9th International Conference'' [https://books.google.com/books?id=OHp3sRnZD-oC&pg=PA365 p.365]</ref> |
Revision as of 01:57, 20 December 2017
Filename extension |
.musicxml, .mxl |
---|---|
Internet media type | |
Developed by | W3C Music Notation Community Group |
Latest release | 3.1 December 2017[3] |
Type of format | Musical notation |
Extended from | XML |
Free format? | Yes |
Website | https://www.w3.org/2017/12/musicxml31/ |
MusicXML is an XML-based file format for representing Western musical notation. The format is open, fully documented, and can be freely used under the W3C Community Final Specification Agreement.[4][5]
History
MusicXML was invented by Michael Good and initially developed by Recordare LLC. It derived several key concepts from existing academic formats (such as Walter Hewlett's MuseData and David Huron's Humdrum). It is designed for the interchange of scores, particularly between different scorewriters. MusicXML development was managed by MakeMusic following the company's acquisition of Recordare in 2011.[6][7] MusicXML development was transferred to the W3C Music Notation Community Group in July 2015.[8]
Version 1.0 was released in January 2004. Version 1.1 was released in May 2005 with improved formatting support. Version 2.0 was released in June 2007 and included a standard compressed format.[9] All of these versions were defined by a series of document type definitions (DTDs). An XML Schema Definition (XSD) implementation of Version 2.0 was released in September 2008. Version 3.0 was released in August 2011 with improved virtual instrument support, in both DTD and XSD versions.[10][11] Version 3.1 was released in December 2017 with improved support for the Standard Music Font Layout (SMuFL).[3] The MusicXML DTDs and XSDs are each freely redistributable under the W3C Community Final Specification Agreement.[5]
Support
As of December 2017, MusicXML is supported to varying degrees by over 230 notation programs.[12][13] These programs include:
- Most scorewriting programs, including Finale, Sibelius, and MuseScore.
- Most Music OCR programs, including SmartScore and PhotoScore.
- Most music sequencer programs, including Cubase, Logic Pro, Digital Performer, and SONAR.
Additionally, web support is possible through the use of the HTML5 canvas element and JavaScript resulting in the rendering of legible music within a web browser.[14]
Features include key and time signatures, clefs, beaming information, stem directions, slurs, ornaments, barlines, and written repeats.[15]
Example
Like all XML-based formats, MusicXML is intended to be easy for automated tools to parse and manipulate. Though it is possible to create MusicXML by hand, interactive score writing programs like Finale and MuseScore greatly simplify the reading, writing, and modifying of MusicXML files.
The following example is a score consisting of a single whole note middle C in the key of C major on the Treble Clef.[16]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE score-partwise PUBLIC
"-//Recordare//DTD MusicXML 3.1 Partwise//EN"
"http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise version="3.1">
<part-list>
<score-part id="P1">
<part-name>Music</part-name>
</score-part>
</part-list>
<part id="P1">
<measure number="1">
<attributes>
<divisions>1</divisions>
<key>
<fifths>0</fifths>
</key>
<time>
<beats>4</beats>
<beat-type>4</beat-type>
</time>
<clef>
<sign>G</sign>
<line>2</line>
</clef>
</attributes>
<note>
<pitch>
<step>C</step>
<octave>4</octave>
</pitch>
<duration>4</duration>
<type>whole</type>
</note>
</measure>
</part>
</score-partwise>
The textual representation listed above is verbose; MusicXML v2.0 addresses this by adding a compressed zip format with a .mxl suffix that can make files roughly one-twentieth the size of the uncompressed version.[17]
See also
- List of document markup languages
- Comparison of document markup languages
- IEEE 1599
- MIDI
- Music Encoding Initiative (MEI)
- Music Markup Language
- Notation Interchange File Format (NIFF)
- Scorewriter
References
- ^ "Type name: application : Subtype name: vnd.recordare.musicxml+xml". Iana.org. Retrieved 24 November 2014.
- ^ "Type name: application : Subtype name: vnd.recordare.musicxml". Iana.org. Retrieved 24 November 2014.
- ^ a b "Working group releases its first MusicXML update". ScoringNotes.com. NYC Music Services. Retrieved 19 December 2017.
- ^ "Sustainability of Digital Formats Planning for Library of Congress Collections — MusicXML, Version 3". Library of Congress. 9 October 2012. Retrieved 14 November 2012.
- ^ a b "W3C Community Final Specification Agreement". W3C. Retrieved 19 December 2017.
- ^ "Recordare Closing Release" (PDF). Makemusic.com. Retrieved 13 December 2014.
- ^ "MAKEMUSIC, INC. ENHANCES TECHNOLOGY LEADERSHIP BY PURCHASING RECORDARE ASSETS" (PDF). Tech.mn. Retrieved 13 December 2014.
- ^ "Beyond iTunes: XML boffins target sheet music". The Register. Retrieved 19 December 2017.
- ^ "Compressed MXL Files". MusicXML. Retrieved 27 June 2014.
- ^ "Version History of MusicXML". Musicxml.com. Retrieved 27 June 2014.
- ^ "News: Recordare Adds Finale 2010 Support to Dolet 5 for Finale Plug-In".
- ^ "Software". MusicXML. 19 March 2010. Retrieved 19 December 2017.
- ^ "File format". MuseScore. Retrieved 27 June 2014.
- ^ "HTML5 MusicXML Viewer". Musicxml-viewer.com. 15 May 2012. Archived from the original on 3 April 2016. Retrieved 27 June 2014. Source code available in Google Code, Github and Bitbucket.
- ^ Juan Pablo Bello, Elaine Chew, Douglas Turnbull (2008) ISMIR 2008: Proceedings of the 9th International Conference p.365
- ^ "Hello World: A One-Bar Song with a Whole Note on Middle C in 4/4 time". Musicxml.com. Retrieved 19 December 2017.
- ^ "MusicXML FAQ". MusicXML. Retrieved 13 December 2014.