GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARNewSystem.h
1 #ifndef ARNewSystem_H
2 #define ARNewSystem_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 "ARMTParameter.h"
19 
20 /*@mkdoc
21 
22 @group:Layout
23 
24 @tagname:\newLine
25 @tagalias:\newSystem
26 @tagtype:P
27 @tagnotation:force a line break
28 @tagdesc
29 See the [notes](@EXAMPLES/notes/) example. <br />
30 See the [Bartok](@EXAMPLES/bartok/) example.
31 @tagend
32 
33 */
34 
38 class ARNewSystem : public ARMTParameter
39 {
40  public:
42  virtual ~ARNewSystem() {}
43 
44  virtual const char* getTagName() const { return "ARNewSystem"; };
45  virtual std::string getGMNName() const { return "\\newSystem"; };
46 
47  ARMusicalObject *isARNewSystem() { return this; }
48 };
49 
50 
51 #endif
52 
ARNewSystem::ARNewSystem
ARNewSystem()
Definition: ARNewSystem.h:41
ARMTParameter
not yet documented
Definition: ARMTParameter.h:24
ARNewSystem::getGMNName
virtual std::string getGMNName() const
Definition: ARNewSystem.h:45
ARNewSystem::isARNewSystem
ARMusicalObject * isARNewSystem()
Definition: ARNewSystem.h:47
ARNewSystem::getTagName
virtual const char * getTagName() const
Definition: ARNewSystem.h:44
ARNewSystem::~ARNewSystem
virtual ~ARNewSystem()
Definition: ARNewSystem.h:42
ARMusicalObject
The base class for all AR objects. It contains all musical information : duration and time position.
Definition: ARMusicalObject.h:33
ARNewSystem
not yet documented
Definition: ARNewSystem.h:38

Guido Project Copyright © 2019 Grame-CNCM