Verovio
Source code documentation
vrv::LedgerLine Class Reference

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< Dashm_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...
 

Detailed Description

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).

Member Function Documentation

◆ AddDash()

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.


The documentation for this class was generated from the following file: