|
class ScoreTrack#include <scoreTrack.h> Inherits: Track More... |
List of all Methods
Public Members
- ScoreTrack ()
- ScoreTrack (ScoreTrack*)
- ~ScoreTrack ()
- int channel ()
- int program ()
- int output ()
- int volume ()
- int delay ()
- int transpose ()
- void setChannel (int)
- void setProgram (int)
- void setOutput (int)
- void setVolume (int)
- void setDelay (int)
- void setTranspose (int)
- virtual ostream & printOptions (int,ostream&)
- virtual void flush (char*)
- virtual Element * copy ()
- void loadOpt (ifstream*&)
- bool PiP ()
- int PiPS ()
- void sPiP (bool p)
- void sPiPS (int p)
bool PiP ()
Print-in-Partiture: returns true if this track is to be printed in a partiture
int PiPS ()
Print-in-Piano-System: returns where this track shall be printed within a piano system: 0=skip, 1=treble, 2=bass
void sPiP (bool p)
sets the Print-in-Partiture flag
void sPiPS (int p)
sets the Print-in-Piano-System position: 0=skip, 1=treble, 2=bass
Generated by: wuerthne@clouseau on Fri Jan 19 23:08:00 200. |