Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature: Section References #13

Open
spilth opened this issue Dec 31, 2022 · 0 comments
Open

Feature: Section References #13

spilth opened this issue Dec 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@spilth
Copy link
Contributor

spilth commented Dec 31, 2022

If a song repeats a section verbatim it would be convenient to just reference the section by name rather than manually copy the entire thing. The generated song would have the two Sections automatically copied.

For example:

## Chorus

[C] This is [D] the chorus
[G] To the song

^ Chorus

^ Chorus

Would result in the following:

## Chorus

[C] This is [D] the chorus
[G] To the song

## Chorus

[C] This is [D] the chorus
[G] To the song

## Chorus

[C] This is [D] the chorus
[G] To the song

An additional nice feature would be the ability to rename the copy of the Section each time. For example:

## Chorus 1

[C] This is [D] the chorus
[G] To the song

^ Chorus 1:Chorus 2

^ Chorus 1:Outro

Would result in the following:

## Chorus 1

[C] This is [D] the chorus
[G] To the song

## Chorus 2

[C] This is [D] the chorus
[G] To the song

## Outro

[C] This is [D] the chorus
[G] To the song
@spilth spilth added the enhancement New feature or request label Dec 31, 2022
@spilth spilth moved this to Todo in SongPro Libraries Dec 31, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant