UNPKG

vexflow-musicxml

Version:

MusicXml Parser for vexflow

3,234 lines (841 loc) 35.9 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Class: Note</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Class: Note</h1> <section> <header> <h2><span class="attribs"><span class="type-signature"></span></span>Note<span class="signature">(node, divisions)</span><span class="type-signature"></span></h2> <div class="class-description">Class representation of a Note</div> </header> <article> <div class="container-overview"> <h2>Constructor</h2> <h4 class="name" id="Note"><span class="type-signature"></span>new Note<span class="signature">(node, divisions)</span><span class="type-signature"></span></h4> <div class="description"> Create a note from an XML node </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>node</code></td> <td class="type"> <span class="param-type">NodeObject</span> </td> <td class="description last">the XML Node representing the note</td> </tr> <tr> <td class="name"><code>divisions</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last">The divisions entry from the measure node</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line9">line 9</a> </li></ul></dd> </dl> </div> <h3 class="subsection-title">Extends</h3> <ul> <li><a href="XmlObject.html">XmlObject</a></li> </ul> <h3 class="subsection-title">Members</h3> <h4 class="name" id="BeamState"><span class="type-signature"></span>BeamState<span class="type-signature"></span></h4> <div class="description"> The notes beam state. It indicates if a beam starts or ends here </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.Beam</code></td> <td class="type"> <span class="param-type">Array</span> </td> <td class="description last">is an array of beams. They can be 'begin', 'end', 'continue' or 'none'</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line87">line 87</a> </li></ul></dd> </dl> <h4 class="name" id="Duration"><span class="type-signature"></span>Duration<span class="type-signature"></span></h4> <div class="description"> The duration of the note </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.Duration</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line67">line 67</a> </li></ul></dd> </dl> <h4 class="name" id="isInChord"><span class="type-signature"></span>isInChord<span class="type-signature"></span></h4> <div class="description"> Shows if this note is part of a chord </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.isInChord</code></td> <td class="type"> <span class="param-type">Boolean</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line47">line 47</a> </li></ul></dd> </dl> <h4 class="name" id="isLast"><span class="type-signature"></span>isLast<span class="type-signature"></span></h4> <div class="description"> Shows if this Note is before a backup element or the last in the measure </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.isLast</code></td> <td class="type"> <span class="param-type">Boolean</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line53">line 53</a> </li></ul></dd> </dl> <h4 class="name" id="isLastBeamNote"><span class="type-signature"></span>isLastBeamNote<span class="type-signature"></span></h4> <div class="description"> Indicates if this is the last not in a beam. </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.isLastBeamNote</code></td> <td class="type"> <span class="param-type">Boolean</span> </td> <td class="description last">is an boolean that indicates the last not in a beam</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line96">line 96</a> </li></ul></dd> </dl> <h4 class="name" id="isRest"><span class="type-signature"></span>isRest<span class="type-signature"></span></h4> <div class="description"> Shows if this note is a rest </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.isRest</code></td> <td class="type"> <span class="param-type">Boolean</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line42">line 42</a> </li></ul></dd> </dl> <h4 class="name" id="isUnpitched"><span class="type-signature"></span>isUnpitched<span class="type-signature"></span></h4> <div class="description"> Percussion notes don't have absolute values and are called "unpitched" </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line102">line 102</a> </li></ul></dd> </dl> <h4 class="name" id="mAttributes"><span class="type-signature"></span>mAttributes<span class="type-signature"></span></h4> <div class="description"> Private property to store attributes before this note </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.mAttributes</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line26">line 26</a> </li></ul></dd> </dl> <h4 class="name" id="mDivisions"><span class="type-signature"></span>mDivisions<span class="type-signature"></span></h4> <div class="description"> Private property to store measures divions units </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.mDivisions</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line37">line 37</a> </li></ul></dd> </dl> <h4 class="name" id="NoteLength"><span class="type-signature"></span>NoteLength<span class="type-signature"></span></h4> <div class="description"> The note's length. It is defined by the duration divided by the divisions in this measure. </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line109">line 109</a> </li></ul></dd> </dl> <h4 class="name" id="Pitch"><span class="type-signature"></span>Pitch<span class="type-signature"></span></h4> <div class="description"> The notes pitch. It is defined by a step and the octave. </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>.Step:</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last">Step inside octave .Octave: Octave of the note</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line128">line 128</a> </li></ul></dd> </dl> <h4 class="name" id="Stem"><span class="type-signature"></span>Stem<span class="type-signature"></span></h4> <div class="description"> The notes stem direction (up, down) </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.Stem</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line79">line 79</a> </li></ul></dd> </dl> <h4 class="name" id="Type"><span class="type-signature"></span>Type<span class="type-signature"></span></h4> <div class="description"> The notes type of representation (8th, whole, ...) </div> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>Note.Type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line73">line 73</a> </li></ul></dd> </dl> <h4 class="name" id="Voice"><span class="type-signature"></span>Voice<span class="type-signature"></span></h4> <div class="description"> The note's voice number </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_Note.js.html">src/xml/Note.js</a>, <a href="src_xml_Note.js.html#line118">line 118</a> </li></ul></dd> </dl> <h3 class="subsection-title">Methods</h3> <h4 class="name" id="accept"><span class="type-signature"></span>accept<span class="signature">(visitor)</span><span class="type-signature"></span></h4> <div class="description"> Methods to hook in converters that can use this XML type for formatting </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>visitor</code></td> <td class="type"> <span class="param-type">Visitor</span> </td> <td class="description last">that converts XML to other formats</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#accept">XmlObject#accept</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line23">line 23</a> </li></ul></dd> </dl> <h4 class="name" id="childExists"><span class="type-signature"></span>childExists<span class="signature">(name)</span><span class="type-signature"> &rarr; {bool}</span></h4> <div class="description"> childExists - Check if a child exists </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The tag name of the child</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#childExists">XmlObject#childExists</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line85">line 85</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> true if child exists, false otherwise </div> <dl> <dt> Type </dt> <dd> <span class="param-type">bool</span> </dd> </dl> <h4 class="name" id="getAttribute"><span class="type-signature"></span>getAttribute<span class="signature">(name)</span><span class="type-signature"> &rarr; {string}</span></h4> <div class="description"> getAttribute - Gets a string representation of an attribute </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">Attribute name</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#getAttribute">XmlObject#getAttribute</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line144">line 144</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> Attribute value </div> <dl> <dt> Type </dt> <dd> <span class="param-type">string</span> </dd> </dl> <h4 class="name" id="getChild"><span class="type-signature"></span>getChild<span class="signature">(name)</span><span class="type-signature"> &rarr; {DOMNode}</span></h4> <div class="description"> getChild - Gets a (usally the first) child by its tag name </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The tag name of the child</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#getChild">XmlObject#getChild</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line33">line 33</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> DOM node representation of the child </div> <dl> <dt> Type </dt> <dd> <span class="param-type">DOMNode</span> </dd> </dl> <h4 class="name" id="getChildren"><span class="type-signature"></span>getChildren<span class="signature">(name)</span><span class="type-signature"> &rarr; {DOMNodeList}</span></h4> <div class="description"> getChildren - Gets all children by its tag name </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The tag name of the child. If empty all children will be given</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#getChildren">XmlObject#getChildren</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line43">line 43</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> DOM node list representation of the children </div> <dl> <dt> Type </dt> <dd> <span class="param-type">DOMNodeList</span> </dd> </dl> <h4 class="name" id="getNum"><span class="type-signature"></span>getNum<span class="signature">(name)</span><span class="type-signature"> &rarr; {float}</span></h4> <div class="description"> getNum - Get the numeric representation of the node. Will return NaN if failed </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The tag name of the child</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#getNum">XmlObject#getNum</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line129">line 129</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> Value of the node </div> <dl> <dt> Type </dt> <dd> <span class="param-type">float</span> </dd> </dl> <h4 class="name" id="getSiblings"><span class="type-signature"></span>getSiblings<span class="signature">(name)</span><span class="type-signature"> &rarr; {DOMNodeList}</span></h4> <div class="description"> getSiblings - Gets all siblings by its tag name </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The tag name of the sibling.</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#getSiblings">XmlObject#getSiblings</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line53">line 53</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> DOM node list representation of the children </div> <dl> <dt> Type </dt> <dd> <span class="param-type">DOMNodeList</span> </dd> </dl> <h4 class="name" id="getText"><span class="type-signature"></span>getText<span class="signature">(name)</span><span class="type-signature"> &rarr; {string}</span></h4> <div class="description"> getText - Get the string representation of a node's text content </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The tag name of the child</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#getText">XmlObject#getText</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line95">line 95</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> string of the text content </div> <dl> <dt> Type </dt> <dd> <span class="param-type">string</span> </dd> </dl> <h4 class="name" id="getTextArray"><span class="type-signature"></span>getTextArray<span class="signature">(name)</span><span class="type-signature"> &rarr; {Arrray}</span></h4> <div class="description"> getTextArray - Get the strings of the given child tags as array instead of string </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The tag name of the child</td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#getTextArray">XmlObject#getTextArray</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line112">line 112</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> string array of the text content </div> <dl> <dt> Type </dt> <dd> <span class="param-type">Arrray</span> </dd> </dl> <h4 class="name" id="isFirst"><span class="type-signature"></span>isFirst<span class="signature">()</span><span class="type-signature"></span></h4> <div class="description"> Check if this element is the first in the tag </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="XmlObject.html#isFirst">XmlObject#isFirst</a> </li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="src_xml_XmlObject.js.html">src/xml/XmlObject.js</a>, <a href="src_xml_XmlObject.js.html#line151">line 151</a> </li></ul></dd> </dl> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Test.html">Test</a></li></ul><h3>Classes</h3><ul><li><a href="ClefVisitor.html">ClefVisitor</a></li><li><a href="Key_Key.html">Key</a></li><li><a href="KeyVisitor.html">KeyVisitor</a></li><li><a href="Measure.html">Measure</a></li><li><a href="MeasureVisitor.html">MeasureVisitor</a></li><li><a href="MusicXmlRenderer.html">MusicXmlRenderer</a></li><li><a href="Note.html">Note</a></li><li><a href="NoteVisitor.html">NoteVisitor</a></li><li><a href="Part.html">Part</a></li><li><a href="TimeSignatureVisitor.html">TimeSignatureVisitor</a></li><li><a href="TimeVisitor.html">TimeVisitor</a></li><li><a href="XmlObject.html">XmlObject</a></li><li><a href="XmlSerializer_XmlSerializer.html">XmlSerializer</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Nov 20 2017 21:30:34 GMT+0100 (CET) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>