LibMusicXML 3.18
lpsr.h
1/*
2 MusicXML Library
3 Copyright (C) Grame 2006-2013
4
5 This Source Code Form is subject to the terms of the Mozilla Public
6 License, v. 2.0. If a copy of the MPL was not distributed with this
7 file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
9 Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
10 research@grame.fr
11*/
12
13#ifndef ___lpsr___
14#define ___lpsr___
15
16#include "msr.h"
17
18#include "lpsrComments.h"
19
20#include "lpsrVarValAssocs.h"
21
22#include "lpsrScheme.h"
23
24#include "lpsrHeaders.h"
25#include "lpsrPapers.h"
26#include "lpsrLayouts.h"
27
28#include "lpsrBarNumbers.h"
29
30#include "lpsrContexts.h"
31#include "lpsrVariables.h"
32
33#include "lpsrVoices.h"
34#include "lpsrLyrics.h"
35
36#include "lpsrStaves.h"
37#include "lpsrParts.h"
38#include "lpsrPartGroups.h"
39#include "lpsrBookBlockElements.h"
40#include "lpsrScores.h"
41
42
43namespace MusicXML2
44{
45
46//______________________________________________________________________________
47EXP void initializeLPSR ();
48
49
50}
51
52
53#endif