getSongElements(song:counter:)
static func getSongElements(
song: Song,
counter: PDFBuild.PageCounter
) async -> [PDFElement]
Get all the PDF elements for a Song
Parameters
song
|
The |
counter
|
The |
Return Value
All the PDF elements in an array
-
Add a Lyrics Section (verse, chord or bridge)
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Tab Section
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Grid Section
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Strum Section
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Textblock Section
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Plain Section
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Comment Section
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Repeat Chorus Section
Parameters
section
The current section
Return Value
A
Section
element
-
Add a Comment Section
Parameters
section
The current section
Return Value
A
Section
element