GUIDOLib
1.7.7
Guido Engine Internal Documentation
src
engine
abstract
ARDoubleBar.h
1
#ifndef ARDoubleBar_H
2
#define ARDoubleBar_H
3
4
/*
5
GUIDO Library
6
Copyright (C) 2002 Holger Hoos, Juergen Kilian, Kai Renz
7
Copyright (C) 2002-2017 Grame
8
9
This Source Code Form is subject to the terms of the Mozilla Public
10
License, v. 2.0. If a copy of the MPL was not distributed with this
11
file, You can obtain one at http://mozilla.org/MPL/2.0/.
12
13
Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
14
research@grame.fr
15
16
*/
17
18
#include "ARBar.h"
19
20
/*@mkdoc
21
22
@group:Barlines
23
24
@tagname:\doubleBar
25
@tagalias:
26
@tagtype:P
27
@tagnotation:a double bar line
28
@tagdesc
29
@tagend
30
31
@paramdesc
32
The **\doubleBar** tag supports the same parameters than the **\bar** tag.
33
34
See the [Barlines](@EXAMPLES/barlines/) example.
35
@paramend
36
37
*/
38
41
class
ARDoubleBar
:
public
ARBar
42
{
43
public
:
44
ARDoubleBar
() {}
45
virtual
~ARDoubleBar
() {}
46
47
virtual
const
char
*
getTagName
()
const
{
return
"ARDoubleBar"
; };
48
virtual
std::string
getGMNName
()
const
{
return
"\\doubleBar"
; };
49
};
50
51
#endif
ARBar
Bar tag.
Definition:
ARBar.h:51
ARDoubleBar::ARDoubleBar
ARDoubleBar()
Definition:
ARDoubleBar.h:44
ARDoubleBar::~ARDoubleBar
virtual ~ARDoubleBar()
Definition:
ARDoubleBar.h:45
ARDoubleBar::getTagName
virtual const char * getTagName() const
Definition:
ARDoubleBar.h:47
ARDoubleBar
not yet documented
Definition:
ARDoubleBar.h:41
ARDoubleBar::getGMNName
virtual std::string getGMNName() const
Definition:
ARDoubleBar.h:48
Guido Project
Copyright © 2019
Grame-CNCM