MuseScore  3.4
Music composition and notation
Namespaces
parser.cpp File Reference

A simple parser for bww files. More...

#include <QtCore/QStringList>
#include <QtCore/QtDebug>
#include <QtCore/QMap>
#include "lexer.h"
#include "parser.h"
#include "writer.h"
Include dependency graph for parser.cpp:

Namespaces

 Bww
 Symbol type to text translation.
 

Detailed Description

A simple parser for bww files.

The file header is handled one line at a time, until a line starting with "&" is found. The parser then builds measures from uinterrupted sequences of notes.