MuseScore
3.4
Music composition and notation
|
#include "utils.h"
#include "score.h"
#include "pitchspelling.h"
#include "key.h"
#include "staff.h"
#include "note.h"
#include "harmony.h"
#include "segment.h"
#include "undo.h"
#include "keysig.h"
#include "stafftype.h"
#include "chord.h"
#include "measure.h"
#include "fret.h"
#include "part.h"
Namespaces | |
Ms | |
Functions | |
void | Ms::transposeInterval (int pitch, int tpc, int *rpitch, int *rtpc, Interval interval, bool useDoubleSharpsFlats) |
int | Ms::transposeTpc (int tpc, Interval interval, bool useDoubleSharpsFlats) |
int | Ms::transposeTpcDiatonicByKey (int tpc, int steps, Key key, bool keepAlteredDegrees, bool useDoubleSharpsFlats) |