GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARTenuto.h
1 #ifndef ARTenuto_H
2 #define ARTenuto_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:\tenuto
25 @tagalias:\ten
26 @tagtype:R
27 @tagnotation:tenuto sign
28 @tagdesc
29 @tagend
30 
31 @params:
32 @param:type:string:heavy or regular:regular:true
33 @param:position:string:above or below:*none*:true
34 @paramdesc
35 The default tenuto position is close to the note head, on the opposite side of the stem.
36 
37 See the [Articulations](@EXAMPLES/articulations/) example.
38 @paramend
39 
40 */
41 
44 class ARTenuto : public ARArticulation
45 {
46  public:
47  ARTenuto() {}
48  virtual ~ARTenuto() {};
49 
50  virtual const char* getTagName() const { return "ARTenuto"; };
51  virtual std::string getGMNName() const { return "\\tenuto"; };
52  virtual unsigned int getSymbol() const { return kTenutoSymbol; }
53 };
54 
55 #endif
ARTenuto::~ARTenuto
virtual ~ARTenuto()
Definition: ARTenuto.h:48
ARTenuto
the Tenuto articulation tag
Definition: ARTenuto.h:44
ARArticulation
not yet documented
Definition: ARArticulation.h:25
ARTenuto::getSymbol
virtual unsigned int getSymbol() const
Definition: ARTenuto.h:52
ARTenuto::ARTenuto
ARTenuto()
Definition: ARTenuto.h:47
ARTenuto::getTagName
virtual const char * getTagName() const
Definition: ARTenuto.h:50
ARTenuto::getGMNName
virtual std::string getGMNName() const
Definition: ARTenuto.h:51

Guido Project Copyright © 2019 Grame-CNCM