|
Canorus
0.0
|
#include <QList>#include <QMap>#include <iostream>#include "layout/layoutengine.h"#include "widgets/scoreview.h"#include "layout/drawablestaff.h"#include "layout/drawableclef.h"#include "layout/drawablenote.h"#include "layout/drawableslur.h"#include "layout/drawabletuplet.h"#include "layout/drawablerest.h"#include "layout/drawablemidinote.h"#include "layout/drawablekeysignature.h"#include "layout/drawabletimesignature.h"#include "layout/drawablebarline.h"#include "layout/drawablemark.h"#include "layout/drawableaccidental.h"#include "layout/drawablenotecheckererror.h"#include "layout/drawablelyricscontext.h"#include "layout/drawablesyllable.h"#include "layout/drawablefiguredbasscontext.h"#include "layout/drawablefiguredbassnumber.h"#include "layout/drawablefunctionmarkcontext.h"#include "layout/drawablefunctionmark.h"#include "score/sheet.h"#include "score/staff.h"#include "score/voice.h"#include "score/keysignature.h"#include "score/timesignature.h"#include "score/note.h"#include "score/rest.h"#include "score/midinote.h"#include "score/lyricscontext.h"#include "score/syllable.h"#include "score/mark.h"#include "score/articulation.h"#include "score/functionmarkcontext.h"#include "score/functionmark.h"#include "interface/mididevice.h"
Macros | |
| #define | INITIAL_X_OFFSET 20 |
| #define | MINIMUM_SPACE 10 |
| #define INITIAL_X_OFFSET 20 |
Copyright (c) 2006-2019, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
| #define MINIMUM_SPACE 10 |