-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This ended up doing a huge change probably because of line-ending differences. Hopefully, future new generations won't be so heavy.
- Loading branch information
1 parent
ece0b6c
commit 706e11d
Showing
978 changed files
with
82,980 additions
and
80,592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Concepts in MusicXML | MusicXML 4.1 Draft</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<link rel="stylesheet" href="../static/styles.css"> | ||
|
||
</head> | ||
|
||
<body class="has-sidenav"> | ||
<div class="topnav"> | ||
<button id="toggle" class="toggle"> | ||
<svg viewBox="0 0 100 80" width="16" height="16" fill="currentColor"> | ||
<rect width="100" height="20" rx="8"></rect> | ||
<rect y="30" width="100" height="20" rx="8"></rect> | ||
<rect y="60" width="100" height="20" rx="8"></rect> | ||
</svg> | ||
</button> | ||
<a class="logo" href="../"> | ||
<span class="logo-text">MusicXML 4.1 Draft</span> | ||
</a> | ||
</div> | ||
|
||
|
||
<div class="content"> | ||
<nav class="sidenav"> | ||
<img src="../static/images/back-cg-final.png"/> | ||
<ul> | ||
<li><b><a href="../"/>Introduction</a></b></li> | ||
<li><b><a href="../tutorial/introduction/">Tutorial</a></b></li> | ||
<ul> | ||
<li><a href="../tutorial/hello-world/">"Hello World"</a></li> | ||
<li><a href="../tutorial/structure-of-musicxml-files/">File Structure</a></li> | ||
<li><a href="../tutorial/midi-compatible-part/">MIDI-Compatible Part</a></li> | ||
<li><a href="../tutorial/notation-basics/">Notation Basics</a></li> | ||
<li><a href="../tutorial/chord-symbols-and-diagrams/">Chord Symbols</a></li> | ||
<li><a href="../tutorial/tablature/">Tablature</a></li> | ||
<li><a href="../tutorial/percussion/">Percussion</a></li> | ||
<li><a href="../tutorial/compressed-mxl-files/">Compressed .MXL Files</a></li> | ||
<li><a href="../tutorial/code-generation/">Code Generation</a></li> | ||
</ul> | ||
<li><b><a href="../musicxml-reference/">MusicXML Reference</a></b></li> | ||
<ul> | ||
<li><a href="../musicxml-reference/elements/">Elements</a></li> | ||
<li><a href="../musicxml-reference/data-types/">Data Types</a></li> | ||
<li><a href="../musicxml-reference/examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../container-reference/">Container Reference</a></b></li> | ||
<ul> | ||
<li><a href="../container-reference/elements/">Elements</a></li> | ||
<li><a href="../container-reference/examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../opus-reference/">Opus Reference</a></b></li> | ||
<ul> | ||
<li><a href="../opus-reference/elements/">Elements</a></li> | ||
<li><a href="../opus-reference/data-types/">Data Types</a></li> | ||
<li><a href="../opus-reference/examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../sounds-reference/">Sounds Reference</a></b></li> | ||
<ul> | ||
<li><a href="../sounds-reference/elements/">Elements</a></li> | ||
<li><a href="../sounds-reference/data-types/">Data Types</a></li> | ||
<li><a href="../sounds-reference/examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../listings/overview/">File Listings</a></b></li> | ||
<ul> | ||
<li><a href="../listings/musicxml.xsd/">musicxml.xsd</a></li> | ||
<li><a href="../listings/xlink.xsd/">xlink.xsd</a></li> | ||
<li><a href="../listings/xml.xsd/">xml.xsd</a></li> | ||
<li><a href="../listings/container.xsd/">container.xsd</a></li> | ||
<li><a href="../listings/opus.xsd/">opus.xsd</a></li> | ||
<li><a href="../listings/sounds.xsd/">sounds.xsd</a></li> | ||
<li><a href="../listings/sounds.xml/">sounds.xml</a></li> | ||
<li><a href="../listings/catalog.xml/">catalog.xml</a></li> | ||
<li><a href="../listings/to40.xsl/">to40.xsl</a></li> | ||
<li><a href="../listings/to31.xsl/">to31.xsl</a></li> | ||
<li><a href="../listings/to30.xsl/">to30.xsl</a></li> | ||
<li><a href="../listings/to20.xsl/">to20.xsl</a></li> | ||
<li><a href="../listings/to11.xsl/">to11.xsl</a></li> | ||
<li><a href="../listings/to10.xsl/">to10.xsl</a></li> | ||
<li><a href="../listings/parttime.xsl/">parttime.xsl</a></li> | ||
<li><a href="../listings/timepart.xsl/">timepart.xsl</a></li> | ||
</ul> | ||
<li><b><a href="../version-history/">Version History</a></b></li> | ||
<ul> | ||
<li><a href="../version-history/41/">Version 4.1</a></li> | ||
<li><a href="../version-history/40/">Version 4.0</a></li> | ||
<li><a href="../version-history/31/">Version 3.1</a></li> | ||
<li><a href="../version-history/30/">Version 3.0</a></li> | ||
<li><a href="../version-history/20/">Version 2.0</a></li> | ||
<li><a href="../version-history/11/">Version 1.1</a></li> | ||
<li><a href="../version-history/10/">Version 1.0</a></li> | ||
</ul> | ||
</ul> | ||
</nav> | ||
<main> | ||
|
||
<p class="breadcrumb"> | ||
<a href="../">MusicXML 4.1 Draft</a> > | ||
Concepts | ||
</p> | ||
|
||
<h1>Concepts in MusicXML</h1> | ||
|
||
<ul> | ||
|
||
</ul> | ||
|
||
</main> | ||
</div> | ||
|
||
|
||
<script type="text/javascript" src="../static/global.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Data types used in Container | MusicXML 4.1 Draft</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<link rel="stylesheet" href="../../static/styles.css"> | ||
|
||
</head> | ||
|
||
<body class="has-sidenav"> | ||
<div class="topnav"> | ||
<button id="toggle" class="toggle"> | ||
<svg viewBox="0 0 100 80" width="16" height="16" fill="currentColor"> | ||
<rect width="100" height="20" rx="8"></rect> | ||
<rect y="30" width="100" height="20" rx="8"></rect> | ||
<rect y="60" width="100" height="20" rx="8"></rect> | ||
</svg> | ||
</button> | ||
<a class="logo" href="../../"> | ||
<span class="logo-text">MusicXML 4.1 Draft</span> | ||
</a> | ||
</div> | ||
|
||
|
||
<div class="content"> | ||
<nav class="sidenav"> | ||
<img src="../../static/images/back-cg-final.png"/> | ||
<ul> | ||
<li><b><a href="../../"/>Introduction</a></b></li> | ||
<li><b><a href="../../tutorial/introduction/">Tutorial</a></b></li> | ||
<ul> | ||
<li><a href="../../tutorial/hello-world/">"Hello World"</a></li> | ||
<li><a href="../../tutorial/structure-of-musicxml-files/">File Structure</a></li> | ||
<li><a href="../../tutorial/midi-compatible-part/">MIDI-Compatible Part</a></li> | ||
<li><a href="../../tutorial/notation-basics/">Notation Basics</a></li> | ||
<li><a href="../../tutorial/chord-symbols-and-diagrams/">Chord Symbols</a></li> | ||
<li><a href="../../tutorial/tablature/">Tablature</a></li> | ||
<li><a href="../../tutorial/percussion/">Percussion</a></li> | ||
<li><a href="../../tutorial/compressed-mxl-files/">Compressed .MXL Files</a></li> | ||
<li><a href="../../tutorial/code-generation/">Code Generation</a></li> | ||
</ul> | ||
<li><b><a href="../../musicxml-reference/">MusicXML Reference</a></b></li> | ||
<ul> | ||
<li><a href="../../musicxml-reference/elements/">Elements</a></li> | ||
<li><a href="../../musicxml-reference/data-types/">Data Types</a></li> | ||
<li><a href="../../musicxml-reference/examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../">Container Reference</a></b></li> | ||
<ul> | ||
<li><a href="../elements/">Elements</a></li> | ||
<li><a href="../examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../../opus-reference/">Opus Reference</a></b></li> | ||
<ul> | ||
<li><a href="../../opus-reference/elements/">Elements</a></li> | ||
<li><a href="../../opus-reference/data-types/">Data Types</a></li> | ||
<li><a href="../../opus-reference/examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../../sounds-reference/">Sounds Reference</a></b></li> | ||
<ul> | ||
<li><a href="../../sounds-reference/elements/">Elements</a></li> | ||
<li><a href="../../sounds-reference/data-types/">Data Types</a></li> | ||
<li><a href="../../sounds-reference/examples/">Examples</a></li> | ||
</ul> | ||
<li><b><a href="../../listings/overview/">File Listings</a></b></li> | ||
<ul> | ||
<li><a href="../../listings/musicxml.xsd/">musicxml.xsd</a></li> | ||
<li><a href="../../listings/xlink.xsd/">xlink.xsd</a></li> | ||
<li><a href="../../listings/xml.xsd/">xml.xsd</a></li> | ||
<li><a href="../../listings/container.xsd/">container.xsd</a></li> | ||
<li><a href="../../listings/opus.xsd/">opus.xsd</a></li> | ||
<li><a href="../../listings/sounds.xsd/">sounds.xsd</a></li> | ||
<li><a href="../../listings/sounds.xml/">sounds.xml</a></li> | ||
<li><a href="../../listings/catalog.xml/">catalog.xml</a></li> | ||
<li><a href="../../listings/to40.xsl/">to40.xsl</a></li> | ||
<li><a href="../../listings/to31.xsl/">to31.xsl</a></li> | ||
<li><a href="../../listings/to30.xsl/">to30.xsl</a></li> | ||
<li><a href="../../listings/to20.xsl/">to20.xsl</a></li> | ||
<li><a href="../../listings/to11.xsl/">to11.xsl</a></li> | ||
<li><a href="../../listings/to10.xsl/">to10.xsl</a></li> | ||
<li><a href="../../listings/parttime.xsl/">parttime.xsl</a></li> | ||
<li><a href="../../listings/timepart.xsl/">timepart.xsl</a></li> | ||
</ul> | ||
<li><b><a href="../../version-history/">Version History</a></b></li> | ||
<ul> | ||
<li><a href="../../version-history/41/">Version 4.1</a></li> | ||
<li><a href="../../version-history/40/">Version 4.0</a></li> | ||
<li><a href="../../version-history/31/">Version 3.1</a></li> | ||
<li><a href="../../version-history/30/">Version 3.0</a></li> | ||
<li><a href="../../version-history/20/">Version 2.0</a></li> | ||
<li><a href="../../version-history/11/">Version 1.1</a></li> | ||
<li><a href="../../version-history/10/">Version 1.0</a></li> | ||
</ul> | ||
</ul> | ||
</nav> | ||
<main> | ||
|
||
<p class="breadcrumb"> | ||
<a href="../../">MusicXML 4.1 Draft</a> > | ||
<a href="../">Container reference</a> > | ||
Data types | ||
</p> | ||
|
||
<h1>Data types used in Container</h1> | ||
|
||
<ul> | ||
|
||
</ul> | ||
|
||
</main> | ||
</div> | ||
|
||
|
||
<script type="text/javascript" src="../../static/global.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.