chordlib 0.15.0

Work with chord-and-lyrics songs: parse, transform, and render them to multiple formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod css_template;
mod format_html;
mod html_page_template;
mod html_template;
mod render_bars;
mod render_line;
mod render_part;
mod render_section;
mod render_song;

use css_template::CssTemplate;
pub use format_html::FormatHTML;
use html_page_template::HtmlPageTemplate;
use html_template::HtmlTemplate;
pub use render_section::render_section;
pub use render_song::wrap_html;