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

Guido Project Copyright © 2019 Grame-CNCM