getSongElements(song:chordDisplayOptions:counter:)
static func getSongElements(
song: Song,
chordDisplayOptions: ChordDefinition.DisplayOptions,
counter: PDFBuild.PageCounter
) -> [PDFElement]
Get all the PDF elements for a Song
Parameters
song
|
The |
generalOptions
|
The general options |
chordDisplayOptions
|
The chord display options |
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