20 #ifndef MUSIC_XML_SCORE_H    21 #define MUSIC_XML_SCORE_H    61     bool LoadXMLNote(
const csRef<iDocumentNode> ¬eNode, 
int divisions);
    70 #include "musicxmlscore.hpp"    75 #endif // MUSIC_XML_SCORE_H Extends the class MeasureElement by adding the ability to parse MusicXML. 
 
csString ToXML()
Convert the note to XML. 
 
bool LoadXMLNote(const csRef< iDocumentNode > ¬eNode, int divisions)
Load a note from the given <note> node. 
 
An element of a measure with a given duration.