MuseScore  3.4
Music composition and notation
Classes | Enumerations | Functions
Bww Namespace Reference

Symbol type to text translation. More...

Classes

class  Lexer
 The bww lexer. More...
 
struct  MeasureBeginFlags
 The flags that need to be handled at the beginning of a measure. More...
 
struct  MeasureDescription
 
struct  MeasureEndFlags
 The flags that need to be handled at the end of a measure. More...
 
class  MsScWriter
 The writer that imports into MuseScore. More...
 
class  MxmlWriter
 The writer that generates MusicXML output. More...
 
struct  NoteDescription
 
class  Parser
 The bww parser. More...
 
class  Writer
 The writer that generates the output. More...
 

Enumerations

enum  Symbol {
  COMMENT, HEADER, STRING, CLEF,
  KEY, TEMPO, TSIG, PART,
  BAR, NOTE, TIE, TRIPLET,
  DOT, GRACE, UNKNOWN, NONE
}
 
enum  StartStop { ST_NONE, ST_START, ST_CONTINUE, ST_STOP }
 
enum  BeamType {
  BM_NONE, BM_BEGIN, BM_CONTINUE, BM_END,
  BM_FORWARD_HOOK, BM_BACKWARD_HOOK
}
 

Functions

QString symbolToString (Symbol s)
 

Detailed Description

Symbol type to text translation.

Enumeration Type Documentation

◆ BeamType

Enumerator
BM_NONE 
BM_BEGIN 
BM_CONTINUE 
BM_END 
BM_FORWARD_HOOK 
BM_BACKWARD_HOOK 

◆ StartStop

Enumerator
ST_NONE 
ST_START 
ST_CONTINUE 
ST_STOP 

◆ Symbol

Enumerator
COMMENT 
HEADER 
STRING 
CLEF 
KEY 
TEMPO 
TSIG 
PART 
BAR 
NOTE 
TIE 
TRIPLET 
DOT 
GRACE 
UNKNOWN 
NONE 

Function Documentation

◆ symbolToString()

QString Bww::symbolToString ( Symbol  s)