MusicXML
MusicXML یک قالب پرونده مبتنی بر اکسامال برای نگارش نت موسیقی میباشد. قالب آزاد و تحت مجوز W3C میتواند مورد استفاده قرار گیرد.[4][5]
پسوند(های) نام پرونده | .musicxml, .mxl |
---|---|
نوع رسانهٔ اینترنتی | |
توسعهدهنده | W3C Music Notation Community Group |
آخرین ویرایش | ۳٫۱ (دسامبر ۲۰۱۷[3]) |
گونه | نتنویسی |
نیاکان | XML |
قالب آزاد؟ | بله |
وبگاه |
پشتیبانی
از اکتبر ۲۰۲۰ بیش از ۲۵۰ نرمافزار نتنویسی از MusicXML پشتیبانی میکنند. این نرمافزارها عبارتند از:
مثال
<?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>
منابع
- "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.
- "Working group releases its first MusicXML update". ScoringNotes.com. NYC Music Services. Retrieved 19 December 2017.
- «MusicXML File Format Family». www.loc.gov. ۲۰۱۹-۰۵-۰۸. دریافتشده در ۲۰۲۱-۰۵-۱۴.
- «MusicXML, Version 3.1». www.loc.gov. ۲۰۱۹-۰۵-۰۹. دریافتشده در ۲۰۲۱-۰۵-۰۲.
جستارهای وابسته
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.