|
|
S_msrScore | getMsrScore () const |
| |
|
S_lpsrVarValAssoc | getLilypondVersion () const |
| |
|
void | setScoreGlobalStaffSizeSchemeVariable (float size) |
| |
|
S_lpsrSchemeVariable | getScoreGlobalStaffSizeSchemeVariable () const |
| |
|
S_lpsrHeader | getScoreHeader () const |
| |
|
S_lpsrPaper | getScorePaper () const |
| |
|
S_lpsrLayout | getScoreLayout () const |
| |
|
const list< S_msrElement > & | getScoreElementsList () const |
| |
|
const list< S_lpsrBookBlock > & | getScoreBookBlocksList () const |
| |
|
S_lpsrScoreBlock | getScoreScoreBlock () const |
| |
|
void | setJianpuFileIncludeIsNeeded () |
| |
|
bool | getJianpuFileIncludeIsNeeded () const |
| |
|
void | setScmAndAccregSchemeModulesAreNeeded () |
| |
|
bool | getScmAndAccregSchemeModulesAreNeeded () const |
| |
|
void | setCustomShortBarlineSchemeFunctionIsNeeded () |
| |
|
bool | getCustomShortBarlineSchemeFunctionIsNeeded () const |
| |
|
void | setTongueSchemeFunctionIsNeeded () |
| |
|
bool | getTongueSchemeFunctionIsNeeded () const |
| |
|
void | setEditorialAccidentalSchemeFunctionIsNeeded () |
| |
|
bool | getEditorialAccidentalSchemeFunctionIsNeeded () const |
| |
|
void | setDynamicsSchemeFunctionIsNeeded () |
| |
|
bool | getDynamicsSchemeFunctionIsNeeded () const |
| |
|
void | setTupletsCurvedBracketsSchemeFunctionIsNeeded () |
| |
|
bool | getTupletsCurvedBracketsSchemeFunctionIsNeeded () const |
| |
|
void | setAfterSchemeFunctionIsNeeded () |
| |
|
bool | getAfterSchemeFunctionIsNeeded () const |
| |
|
void | setTempoRelationshipSchemeFunctionIsNeeded () |
| |
|
bool | getTempoRelationshipSchemeFunctionIsNeeded () const |
| |
|
void | setGlissandoWithTextSchemeFunctionsIsNeeded () |
| |
|
bool | getGlissandoWithTextSchemeFunctionsIsNeeded () const |
| |
|
void | setOtherDynamicSchemeFunctionIsNeeded () |
| |
|
bool | getOtherDynamicSchemeFunctionIsNeeded () const |
| |
|
void | setDampMarkupIsNeeded () |
| |
|
bool | getDampMarkupIsNeeded () const |
| |
|
void | setDampAllMarkupIsNeeded () |
| |
|
bool | getDampAllMarkupIsNeeded () const |
| |
|
void | setWhiteNoteHeadsIsNeeded () |
| |
|
bool | getWhiteNoteHeadsIsNeeded () const |
| |
|
void | setBoxAroundNextBarNumberIsNeeded () |
| |
|
bool | getBoxAroundNextBarNumberIsNeeded () const |
| |
|
void | setJazzChordsDisplayIsNeeded () |
| |
|
bool | getJazzChordsDisplayIsNeeded () const |
| |
|
void | setColoredLedgerLinesIsNeeded () |
| |
|
bool | getColoredLedgerLinesIsNeeded () const |
| |
|
void | appendVoiceToScoreElementsList (S_msrVoice voice) |
| |
|
void | appendStanzaToScoreElementsList (S_msrStanza stanza) |
| |
|
void | appendBookBlockToBookBlocksList (S_lpsrBookBlock bookBlock) |
| |
|
void | addGlissandoWithTextSchemeFunctionsToScore () |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| virtual void | print (ostream &os) const |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
|
int | getInputLineNumber () |
| |
|
virtual void | acceptIn (basevisitor *v) |
| |
|
virtual void | acceptOut (basevisitor *v) |
| |
|
virtual void | browseData (basevisitor *v)=0 |
| |
|
virtual std::string | asShortString () const |
| |
|
virtual std::string | asString () const |
| |
|
virtual void | print (ostream &os) const |
| |
|
virtual void | shortPrint (ostream &os) const |
| |
|
virtual void | printSummary (ostream &os) |
| |
|
unsigned | refs () const |
| | gives the reference count of the object
|
| |
|
void | addReference () |
| | addReference increments the ref count and checks for refCount overflow
|
| |
|
void | removeReference () |
| | removeReference delete the object when refCount is zero
|
| |