Uses of Class
net.charlesames.music.musicxml.ScoreInstrument

Packages that use ScoreInstrument
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
 

Uses of ScoreInstrument in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return ScoreInstrument
 ScoreInstrument ScorePart.createScoreInstrument(java.lang.String id, java.lang.String name)
          Create a new ScoreInstrument instance and add it to this part.
static ScoreInstrument ScoreInstrument.fromXmlNode(org.w3c.dom.Element element, ScorePart container)
          Create a new ScoreInstrument instance and fill it with loaded data.
 ScoreInstrument ScorePart.getScoreInstrument(java.lang.String id)
          Get the ScoreInstrument instance with the indicated id.