00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef __LibMusicXML__
00026 #define __LibMusicXML__
00027
00028 #include "common.h"
00029 #include "TAttributes.h"
00030 #include "TBackupForward.h"
00031 #include "TBarline.h"
00032 #include "TChord.h"
00033 #include "TClef.h"
00034 #include "TDirection.h"
00035 #include "TIdentification.h"
00036 #include "TKey.h"
00037 #include "TMeasure.h"
00038 #include "TMidiDevice.h"
00039 #include "TMidiInstrument.h"
00040 #include "TMusicXMLFile.h"
00041 #include "TNotation.h"
00042 #include "TNote.h"
00043 #include "TPart.h"
00044 #include "TPartGroup.h"
00045 #include "TPartList.h"
00046 #include "TPitch.h"
00047 #include "TRoutedVisitor.h"
00048 #include "TScore.h"
00049 #include "TScoreHeader.h"
00050 #include "TScoreInstrument.h"
00051 #include "TScorePart.h"
00052 #include "TScorePartwise.h"
00053 #include "TScoreTimewise.h"
00054 #include "TSound.h"
00055 #include "TTimeModification.h"
00056 #include "TTimeSign.h"
00057 #include "TTranspose.h"
00058 #include "TWork.h"
00059
00060 #endif
00061