GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARAccent.h
1 #ifndef ARAccent_H
2 #define ARAccent_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 "ARArticulation.h"
19 
20 /*@mkdoc
21 
22 @group:Articulations
23 
24 @tagname:\accent
25 @tagalias:\acc
26 @tagtype:R
27 @tagnotation:accent sign
28 @tagdesc
29 @tagend
30 
31 @params:
32 @param:position:string:above or below:*none*:true
33 @paramdesc
34 Accent position is determined by the stem direction: the accent should be placed on the opposite side of the stem. When no stem is present, the accent is placed above.
35 
36 See the [Articulations](@EXAMPLES/articulations/) example.
37 @paramend
38 
39 */
40 
43 class ARAccent : public ARArticulation
44 {
45  public:
46  ARAccent() {}
47  virtual ~ARAccent() {};
48 
49  virtual const char* getTagName () const { return "ARAccent"; };
50  virtual std::string getGMNName () const { return "\\accent"; };
51 
52  virtual unsigned int getSymbol() const { return kAccentSymbol; }
53 };
54 
55 #endif
ARAccent::~ARAccent
virtual ~ARAccent()
Definition: ARAccent.h:47
ARArticulation
not yet documented
Definition: ARArticulation.h:25
ARAccent::getGMNName
virtual std::string getGMNName() const
Definition: ARAccent.h:50
ARAccent::getSymbol
virtual unsigned int getSymbol() const
Definition: ARAccent.h:52
ARAccent::ARAccent
ARAccent()
Definition: ARAccent.h:46
ARAccent::getTagName
virtual const char * getTagName() const
Definition: ARAccent.h:49
ARAccent
not yet documented
Definition: ARAccent.h:43

Guido Project Copyright © 2019 Grame-CNCM