LibMusicXML
3.18
src
interface
bsr2BrailleTranslatorInterface.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 __bsr2BrailleTranslatorInterface__
14
#define __bsr2BrailleTranslatorInterface__
15
16
17
#include "bsr.h"
18
#include "exports.h"
19
20
#include "msrOah.h"
21
#include "bsrOah.h"
22
23
24
namespace
MusicXML2
25
{
26
36
//______________________________________________________________________________
37
EXP
void
generateBrailleCodeFromBsrScore (
38
const
S_bsrScore bScore,
39
S_bsrOah bsrOpts,
40
indentedOstream& logOstream,
41
ostream& brailleCodeOutputStream);
42
45
//#ifdef __cplusplus
46
//}
47
//#endif
48
49
}
// namespace MusicXML2
50
51
52
#endif
Generated by
1.9.3