GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARAutoBeamEnd.h
1 #ifndef ARAutoBeamEnd_H
2 #define ARAutoBeamEnd_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 "ARTagEnd.h"
19 
22 class ARAutoBeamEnd : public ARTagEnd
23 {
24  public:
27  isAuto = true;
28  }
29 
30  virtual ~ARAutoBeamEnd() {}
31 
32  virtual const char* getTagName () const { return "ARAutoBeamEnd"; };
33  virtual std::string getGMNName () const { return "\\autoBeamEnd"; };
34 };
35 
36 #endif
ARAutoBeamEnd
not yet documented
Definition: ARAutoBeamEnd.h:22
ARMusicalTag::LA
Definition: ARMusicalTag.h:43
ARAutoBeamEnd::getGMNName
virtual std::string getGMNName() const
Definition: ARAutoBeamEnd.h:33
ARTagEnd
not yet documented
Definition: ARTagEnd.h:27
ARMusicalTag::isAuto
bool isAuto
Definition: ARMusicalTag.h:133
ARAutoBeamEnd::~ARAutoBeamEnd
virtual ~ARAutoBeamEnd()
Definition: ARAutoBeamEnd.h:30
ARAutoBeamEnd::ARAutoBeamEnd
ARAutoBeamEnd()
Definition: ARAutoBeamEnd.h:25
ARAutoBeamEnd::getTagName
virtual const char * getTagName() const
Definition: ARAutoBeamEnd.h:32
ARMusicalTag::setAssociation
void setAssociation(ASSOCIATION p_assoc)
Definition: ARMusicalTag.h:71

Guido Project Copyright © 2019 Grame-CNCM