LibMusicXML 3.18
lpsr2LilypondInterface.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 __lpsr2LilypondInterfact__
14#define __lpsr2LilypondInterfact__
15
16
17#include "lpsr.h"
18#include "exports.h"
19
20
21namespace MusicXML2
22{
23
24//#ifdef __cplusplus
25//extern "C" {
26//#endif
27
37//______________________________________________________________________________
38EXP void generateLilypondCodeFromLpsrScore (
39 const S_lpsrScore lpScore,
40 S_msrOah msrOpts,
41 S_lpsrOah lpsrOpts,
42 indentedOstream& logOstream,
43 indentedOstream& lilypondCodeOstream);
44
47//#ifdef __cplusplus
48//}
49//#endif
50
51} // namespace MusicXML2
52
53
54#endif