Skip to main content

Crate chordsketch_render_text

Crate chordsketch_render_text 

Source
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 Song AST to plain text.
render_song_with_transpose
Render a Song AST to plain text with an additional CLI transposition offset.
render_song_with_warnings
Render a Song AST 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.