MuseScore  3.4
Music composition and notation
Namespaces | Enumerations | Functions
symbols.h File Reference

Definition of tokens types for bww lexer and parser. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Bww
 Symbol type to text translation.
 

Enumerations

enum  Bww::Symbol {
  Bww::COMMENT, Bww::HEADER, Bww::STRING, Bww::CLEF,
  Bww::KEY, Bww::TEMPO, Bww::TSIG, Bww::PART,
  Bww::BAR, Bww::NOTE, Bww::TIE, Bww::TRIPLET,
  Bww::DOT, Bww::GRACE, Bww::UNKNOWN, Bww::NONE
}
 
enum  Bww::StartStop { Bww::ST_NONE, Bww::ST_START, Bww::ST_CONTINUE, Bww::ST_STOP }
 

Functions

QString Bww::symbolToString (Symbol s)
 

Detailed Description

Definition of tokens types for bww lexer and parser.