GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRSegno.h
1 #ifndef __GRSegno__
2 #define __GRSegno__
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2004 Grame
7 
8  This Source Code Form is subject to the terms of the Mozilla Public
9  License, v. 2.0. If a copy of the MPL was not distributed with this
10  file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 
12  Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
13  research@grame.fr
14 
15 */
16 
17 #include "GRJump.h"
18 
19 class ARSegno;
20 
23 class GRSegno : public GRJump
24 {
25  public:
26  GRSegno( const ARSegno * ar ) : GRJump( ar, false ) {}
27  virtual ~GRSegno() {}
28 };
29 
30 #endif
GRSegno::GRSegno
GRSegno(const ARSegno *ar)
Definition: GRSegno.h:26
GRSegno
A \segno graphical element.
Definition: GRSegno.h:23
ARSegno
Signa.
Definition: ARSegno.h:36
GRJump
common part for coda, segno, da capo etc...
Definition: GRJump.h:30
GRSegno::~GRSegno
virtual ~GRSegno()
Definition: GRSegno.h:27

Guido Project Copyright © 2019 Grame-CNCM