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 charpage;
mod chord_pro;
mod html;
mod outputline;
mod propresenter;
mod render;
mod songbeamer;

pub use charpage::{CharPage, CharPageSet, FormatCharPages};
pub use chord_pro::FormatChordPro;
pub use html::{FormatHTML, render_section, wrap_html};
pub(crate) use outputline::repeat_label;
pub use outputline::{FormatOutputLines, OutputLine};
pub use propresenter::FormatProPresenter;
pub use render::FormatRender;
pub use songbeamer::FormatSongBeamer;