Public Methods
- Note ()
- Note (const Note&)
- Note (int pitch, int vel, long len, Position pos, int enh, int tup=0, int c=-1)
- Note (char* pitch, int vel, long len, Position pos, int enh, int tup=0, int c=-1)
- ~Note ()
- int pitch () const
- int vel () const
- int enh () const
- int chan () const
- Vector * ornament () const
- int stem () const
- bool nogroup () const
- long display (int res = 1) const
- Tuplet * tuplet () const
- int tupletBase () const
- int tupletDuration () const
- void tuplet (int base, int duration)
- void setPitch (int f)
- void setVel (int v)
- void setEnh (int e)
- void setChan (int c)
- void setStem (int)
- void setNogroup (bool)
- void setTuplet (Tuplet * tp)
- void add (Ornament*)
- void remove (Ornament*)
- Expression * setExpression (int)
- Bow * setBow (int,int,int)
- Lyrics * lyrics ()
- Vector * removeExp ()
- Vector * removeBow ()
- char * cPitch ()
- virtual ostream & print (int,ostream&) const
- virtual void flush (const char*) const
- virtual Element * copy () const
Public Static Methods
Note (int pitch, int vel, long len, Position pos, int enh, int tup=0, int c=-1)
| Note |
Note (char* pitch, int vel, long len, Position pos, int enh, int tup=0, int c=-1)
| Note |
[const]
[const]
[const]
[const]
[const]
[const]
[const]
long display (int res = 1)
| display |
[const]
the display is the value (in ticks) to displayed in the score presentation. In most cases
this equals the the duration. Only in case of tuplets, the width has to be shortened
(the total width of three eighths triplets is the same as the duration of a regular quarter)
[const]
int tupletBase ()
| tupletBase |
[const]
the base of a tuplet (3 for triplets, 7 for septlets, etc)
int tupletDuration ()
| tupletDuration |
[const]
void tuplet (int base, int duration)
| tuplet |
void setPitch (int f)
| setPitch |
void setVel (int v)
| setVel |
void setEnh (int e)
| setEnh |
void setChan (int c)
| setChan |
void setStem (int)
| setStem |
void setNogroup (bool)
| setNogroup |
void setTuplet (Tuplet * tp)
| setTuplet |
removes an ornament from the ornament vector.
The ornament is not deleted here, deletion is done in AddOrnament's destructor
Reimplemented from Element.
Bow * setBow (int,int,int)
| setBow |
Vector * removeExp ()
| removeExp |
Vector * removeBow ()
| removeBow |
[const virtual]
Reimplemented from Event.
void flush (const char*)
| flush |
[const virtual]
Reimplemented from Event.
[const virtual]
Reimplemented from Event.
[static]
Generated by: wuerthne on clouseau on Fri Sep 21 19:20:46 2001, using kdoc 2.0a53. |