![]() |
Verovio
Source code documentation
|
This is a class with no MEI equivalent for representing legder lines. More...
#include <staff.h>
Classes | |
class | Dash |
Constructors, destructors, reset methods | |
std::list< Dash > | m_dashes |
A list of dashes relative to the staff position. | |
LedgerLine ()=default | |
void | AddDash (int left, int right, int extension, const Object *event) |
Add a dash to the ledger line object. More... | |
This is a class with no MEI equivalent for representing legder lines.
A ledger line is represented by a list of dashes. Each dash is represented by a pair of points (left - right).
void vrv::LedgerLine::AddDash | ( | int | left, |
int | right, | ||
int | extension, | ||
const Object * | event | ||
) |
Add a dash to the ledger line object.
If necessary merges overlapping dashes.