|
LibMusicXML 3.22
|
score-instrument data More...
#include <midicontextvisitor.h>
Public Attributes | |
| std::string | fName |
| the score instrument name | |
| std::string | fAbbreviation |
| the instrument abbreviated name | |
| std::string | fID |
| the score-instrument id | |
Protected Member Functions | |
| virtual void | reset () |
| virtual void | visitStart (S_score_instrument &elt) |
| virtual void | visitStart (S_instrument_name &elt) |
| virtual void | visitStart (S_instrument_abbreviation &elt) |
Additional Inherited Members | |
Public Member Functions inherited from visitor< S_score_instrument > | |
| virtual void | visitEnd (S_score_instrument &elt) |
Public Member Functions inherited from visitor< S_instrument_name > | |
| virtual void | visitEnd (S_instrument_name &elt) |
Public Member Functions inherited from visitor< S_instrument_abbreviation > | |
| virtual void | visitEnd (S_instrument_abbreviation &elt) |
midi-instrument elements may appear in score-part elements (header) and in sound elements
|
protectedvirtual |
Reimplemented from visitor< S_instrument_abbreviation >.
|
protectedvirtual |
Reimplemented from visitor< S_instrument_name >.
|
protectedvirtual |
Reimplemented from visitor< S_score_instrument >.