Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Feature/Support several sections like Intro, Solo #135

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ChristophWalter
Copy link

I want to create a stylesheet for a html formatted song where sections like the song chorus, intro or solo are highlighted. Therefore it is necessary to have a wrapper element for those sections.

This PR will make it possible to use tags like {start_of_intro} (where intro can be anything) to structure the song.

Besides that, it fixed a bug where blank lyric lines are rendered using the html div formatter. Now these lines are not rendered like using the html table or text formatter.

src/formatter/html_div_formatter.js Outdated Show resolved Hide resolved
src/parser/chord_pro_parser.js Outdated Show resolved Hide resolved
src/parser/chord_pro_parser.js Outdated Show resolved Hide resolved
src/parser/chord_pro_parser.js Outdated Show resolved Hide resolved
src/parser/chord_pro_parser.js Outdated Show resolved Hide resolved
src/parser/chord_pro_parser.js Outdated Show resolved Hide resolved
src/parser/chord_pro_parser.js Outdated Show resolved Hide resolved
src/parser/chord_pro_parser.js Outdated Show resolved Hide resolved
@ChristophWalter ChristophWalter force-pushed the feature/support-several-sections branch from 7d5c7b3 to bb82d64 Compare March 24, 2020 08:13
@codeclimate
Copy link

codeclimate bot commented Mar 24, 2020

Code Climate has analyzed commit e78c820 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant