MuseScore  3.4
Music composition and notation
Namespaces | Functions | Variables
score.cpp File Reference

Implementation of class Score (partial). More...

#include <assert.h>
#include "score.h"
#include "fermata.h"
#include "imageStore.h"
#include "key.h"
#include "sig.h"
#include "clef.h"
#include "tempo.h"
#include "measure.h"
#include "page.h"
#include "undo.h"
#include "system.h"
#include "select.h"
#include "segment.h"
#include "xml.h"
#include "text.h"
#include "note.h"
#include "chord.h"
#include "rest.h"
#include "slur.h"
#include "staff.h"
#include "part.h"
#include "style.h"
#include "tuplet.h"
#include "lyrics.h"
#include "pitchspelling.h"
#include "line.h"
#include "volta.h"
#include "repeat.h"
#include "ottava.h"
#include "barline.h"
#include "box.h"
#include "utils.h"
#include "excerpt.h"
#include "stafftext.h"
#include "repeatlist.h"
#include "keysig.h"
#include "beam.h"
#include "stafftype.h"
#include "tempotext.h"
#include "articulation.h"
#include "revisions.h"
#include "tie.h"
#include "tiemap.h"
#include "layoutbreak.h"
#include "harmony.h"
#include "mscore.h"
#include "bracket.h"
#include "audio.h"
#include "instrtemplate.h"
#include "sym.h"
#include "rehearsalmark.h"
#include "breath.h"
#include "instrchange.h"
#include "synthesizerstate.h"

Namespaces

 Ms
 
 

Functions

Note * Ms::prevNote (Note *n)
 

Variables

MasterScore * Ms::gscore
 system score, used for palettes etc. More...
 
bool Ms::noSeq = false
 Don’t use sequencer; cmd line option. More...
 
bool Ms::noMidi = false
 Don’t use midi; cmd line option. More...
 
bool Ms::midiInputTrace = false
 debug option: dump midi input More...
 
bool Ms::midiOutputTrace = false
 debug option: dump midi output More...
 

Detailed Description

Implementation of class Score (partial).