|
Canorus 0.0
|
#include <QTextStream>#include <QString>#include "score/keysignature.h"#include "score/timesignature.h"#include "score/clef.h"#include "score/barline.h"#include "score/playable.h"#include "score/note.h"#include "score/rest.h"#include "score/document.h"#include "score/lyricscontext.h"#include "score/syllable.h"#include "export/export.h"

Go to the source code of this file.
Classes | |
| class | CALilyPondExport |
| LilyPond export filter This class is used to export the document or parts of the document to LilyPond syntax. The most common use is to simply call one of the constructors. More... | |