📄️ Build Document
Using DocumentBuilder
📄️ Add Score Configuration
Configuration Objects
📄️ Add Measures And Rows
Measures
📄️ Add Document Header
Document header can contain title, composer and arranger.
📄️ Add Key Signature
Set key signature form the beginning of current measure.
📄️ Add Time Signature
Set time signature form the beginning of current measure.
📄️ Add Tempo
Set tempo from the start of current measure.
📄️ Add Note
Add single note.
📄️ Add Rest
Arguments:
📄️ Add Tuplet
Add tuplet with this generig function.
📄️ Add Lyrics
Add lyrics with this function similar to addNote.
📄️ Add Annotation
Planned for 6.4.x
📄️ Add Navigation
Planned for 6.4.x
📄️ Add Fermata
Planned for 6.4.x
📄️ Add Label
Planned for 6.4.x
📄️ Add Extension
Adds extension line to previously added element (label, annotation).
📄️ Add Connective
Add tie:
📄️ Use Repeat
You can repeat builder actions given number of times using repeat function.
📄️ Element Position
Add Staff Group
📄️ Beams
Beams are automatically detected using beam grouping logic that
📄️ Tab Fretting
You can have a guitar tab in score configuration.
📄️ Error Handling
Planned for 6.4.x