Expand description
Plain text renderer for ChordPro documents.
This crate converts a parsed ChordPro AST (from chordsketch-core) into
formatted plain text with chords aligned above their corresponding lyrics.
Functionsยง
- render
- Parse a ChordPro source string and render it to plain text.
- render_
song - Render a
SongAST to plain text. - render_
song_ with_ transpose - Render a
SongAST to plain text with an additional CLI transposition offset. - render_
song_ with_ warnings - Render a
SongAST to plain text, returning warnings programmatically. - render_
songs - Render multiple
Songs to plain text, separated by a blank line. - render_
songs_ with_ transpose - Render multiple
Songs to plain text with transposition. - render_
songs_ with_ warnings - Render multiple
Songs to plain text, returning warnings programmatically. - try_
render - Parse a ChordPro source string and render it to plain text.