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
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Tab Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Grid Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Strum Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Textblock Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Plain Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Comment Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Repeat Chorus Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
- 
                  
                  
Add a Comment Section
Parameters
sectionThe current section
Return Value
A
Sectionelement 
View on GitHub