MuseScore
3.4
Music composition and notation
|
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"
Namespaces | |
Bww | |
Symbol type to text translation. | |
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.