TForward Class Reference
Represents the MusicXML forward element.
More...
#include <TBackupForward.h>
Inheritance diagram for TForward:
List of all members.
|
Public Types |
enum | { undefined = -1
} |
Public Member Functions |
virtual void | accept (TScoreVisitor &visitor) |
TForward & | setDuration (long dur) |
| Duration is a required element and is set to zero by the constructor.
|
TForward & | setVoice (long voice) |
TForward & | setStaff (long staff) |
long | getDuration () const |
long | getVoice () const |
long | getStaff () const |
Friends |
EXP friend SMARTP< TForward > | newForward () |
Detailed Description
Backup and forward are required to coordinate multiple voices in one part, including music on a grand staff. Forward is generally used within voices and staves. Duration values should always be positive, and should not cross measure boundaries.
The MusicXML forward element is defined in note.dtd. - Note:
- Editorial information is ignored.
Generated on Tue Mar 23 09:50:03 2004 for LibMusicXML by
1.3.3