Go to the documentation of this file.
8 #ifndef LILYPONDIMPORT_H_
9 #define LILYPONDIMPORT_H_
70 void addError(QString description,
int lineError = 0,
int charError = 0);
77 bool isNote(
const QString elt);
79 bool isRest(
const QString elt);
92 inline QString&
in() {
return *
stream()->string(); }