RADLib
RADical C++ application framework
RADMedia::MusicXmlRepeatEvent Struct Reference

Repeat barline span for compact MusicXML score notation. More...

#include <RADMedia.h>

Public Attributes

int startMeasure = 0
 Zero-based first measure in the repeated section. More...
 
int measureCount = 1
 Number of measures in the repeated section. More...
 
int repeatCount = 1
 Number of extra repeats after the first pass. More...
 

Detailed Description

Repeat barline span for compact MusicXML score notation.

Member Data Documentation

◆ measureCount

int RADMedia::MusicXmlRepeatEvent::measureCount = 1

Number of measures in the repeated section.

◆ repeatCount

int RADMedia::MusicXmlRepeatEvent::repeatCount = 1

Number of extra repeats after the first pass.

◆ startMeasure

int RADMedia::MusicXmlRepeatEvent::startMeasure = 0

Zero-based first measure in the repeated section.


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