GuitarPrometheus::SongStructure::TechniqueSpan
GuitarPrometheus::SongStructure::TechniqueSpan
A technique that spans multiple engravings (slide from note A to note B, bend across notes, slur, hammer-on pair). More…
#include <SongStructure.h>
Public Attributes
| Name | |
|---|---|
| Techniques::Technique | technique |
| int | startTick |
| int | endTick |
Detailed Description
struct GuitarPrometheus::SongStructure::TechniqueSpan;A technique that spans multiple engravings (slide from note A to note B, bend across notes, slur, hammer-on pair).
Stored on the [Measure](/api-reference/classes/structguitarprometheus_1_1songstructure_1_1measure/) where it started; tick references are absolute (relative to the start of the part), matching Engraving::getStartTick(), so spans that cross measure boundaries are representable.
Public Attributes Documentation
variable technique
Techniques::Technique technique;variable startTick
int startTick = 0;variable endTick
int endTick = 0;Updated on 2026-05-29 at 07:39:52 +0000