MuseScore
3.4
Music composition and notation
|
The writer that generates the output. More...
#include <writer.h>
Public Member Functions | |
virtual void | header (const QString title, const QString type, const QString composer, const QString footer, const unsigned int temp)=0 |
virtual void | tsig (const int beats, const int beat)=0 |
virtual void | trailer ()=0 |
virtual void | beginMeasure (const Bww::MeasureBeginFlags mbf)=0 |
virtual void | endMeasure (const Bww::MeasureEndFlags mef)=0 |
virtual void | note (const QString pitch, const QVector< BeamType > beamList, const QString type, const int dots, bool tieStart=false, bool tieStop=false, StartStop triplet=ST_NONE, bool grace=false)=0 |
QString | instrumentName () const |
int | midiProgram () const |
The writer that generates the output.
|
pure virtual |
Implemented in Bww::MsScWriter, and Bww::MxmlWriter.
|
pure virtual |
Implemented in Bww::MsScWriter, and Bww::MxmlWriter.
|
pure virtual |
Implemented in Bww::MsScWriter, and Bww::MxmlWriter.
|
inline |
|
inline |
|
pure virtual |
Implemented in Bww::MxmlWriter.
|
pure virtual |
Implemented in Bww::MsScWriter, and Bww::MxmlWriter.
|
pure virtual |
Implemented in Bww::MsScWriter, and Bww::MxmlWriter.