digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

MusicXML
Filename extension .xml, .mxl
Internet media type application/vnd.recordare.musicxml+xml,[1] application/vnd.recordare.musicxml[2]
Developed by MakeMusic
Latest release 3.0 / August 2011[3]
Type of format Musical notation
Extended from XML
Open format? Yes

MusicXML is an XML-based file format for representing Western musical notation. The format is proprietary, but fully and openly documented, and can be freely used under a Public License.[4]

Contents

History [edit]

MusicXML was developed by Recordare LLC, deriving 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 is currently managed by MakeMusic following the company's acquisition of Recordare in 2011.[5][6]

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.[7] 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.[8][9] The MusicXML DTDs and XSDs are each freely redistributable under the MusicXML Public License.[10]

Support [edit]

As of August 2012, MusicXML is supported to varying degrees by over 160 notation programs.[11][12] These programs include:

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.[13]

Example [edit]

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.[14]

Representation of middle C on the treble clef created through MusicXML code.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE score-partwise PUBLIC
    "-//Recordare//DTD MusicXML 3.0 Partwise//EN"
    "http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise version="3.0">
  <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 20 times smaller than their uncompressed version.[15]

See also [edit]

References [edit]

External links [edit]


Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/MusicXML — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
376 videos foundNext > 

MusicXML and its use in CompMusic - Sertan Şentürk

Compmusic Meeting, October 17-19th, 2011 at MTG-Barcelona.

How to Convert Sibelius Files into Finale Files

Use MusicXML files to move Sibelius scores into Finale format with the Dolet 5 for Sibelius plug-in. Available at: http://store.recordare.com/dolet5sib.html.

Export MIDI & Music XML

Play MusicXML files & Convert to MID Free on Mac

Download: http://files8.blogspot.com/2012/06/zong-player.html.

Awesome MusicXML support

This is absurd.

Importing and editing of XML files in Sibelius 7

A quick look at importing XML files into Sibelius 7 along with some tips on editing the file once it is in Sibelius. One tip I left out of the video is this:...

Como converter arquivos de Sibelius para Finale e Vice-Versa através do MusicXML

SM64 MusicXML Converter v0.3 Release

This program converts MusicXML files to .m64 sequences. It has a couple of advantages over Mario 64 MusicXML Importer: 1. The drum track can be set by settin...

SM64 MusicXML Converter v0.1 (updated download link)

This program converts MusicXML files to .m64 sequences. It has a couple of advantages over Mario 64 MusicXML Importer: 1. The drum track can be set by settin...

TuxGuitar / MuseScore - Conversion MusicXML

Suite à un souhait ;-) Voici le moyen d'utiliser le paramétrage plus complet de MuseScore pour permettre d'avoir différentes tailles de notes (visualisation ...

376 videos foundNext > 

5 news items

 
DailyFinance
Thu, 02 May 2013 06:36:52 -0700

The SmartMusic Inbox™, an Android™ and Apple® mobile application, provides additional access for teachers to review, grade and comment on student assignments. MusicXML™ is an Internet-friendly way to publish musical scores, enabling musicians to ...
 
Business Wire (press release)
Tue, 30 Apr 2013 03:25:28 -0700

The SmartMusic Inbox™, an Android™ and Apple® mobile application, provides additional access for teachers to review, grade and comment on student assignments. MusicXML™ is an Internet-friendly way to publish musical scores, enabling musicians to ...
 
Wall Street Journal (press release)
Mon, 06 May 2013 11:27:10 -0700

MusicXML(TM) is an Internet-friendly way to publish musical scores, enabling musicians to distribute interactive sheet music online and to use sheet music files with a wide variety of musical applications. Garritan(TM) sound libraries provide musicians ...
 
Audiofanzine
Tue, 21 May 2013 01:47:17 -0700

Antescofo possède son propre format de partition musicale et des outils disponibles sur le site permettent de convertir des formats MIDI ou MusicXML. Antescofo est actuellement en version 0.42.1. Il est vendu 50€. L'IRCAM va présenter publiquement le ...
 
Aporrea.org
Mon, 20 May 2013 23:35:51 -0700

Se trata de un editor WYSIWYG (lo que ves es lo que conseguirás), con soporte completo para reproducir partituras e importar o exportar MusicXML y archivos midi estándar. Tiene soporte para notación de percusión, así como impresión directa desde el ...
Loading

Oops, we seem to be having trouble contacting Twitter

Talk About MusicXML

You can talk about MusicXML with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!