samuelbeard29 downloadsHelps musicians manage their music with chord sheets and automatic transposing.
A plugin for Obsidian that allows you to write chord charts using Roman numeral notation.
1, 2, 5/7) notation.To show chords, use the code block type repertoire:
1 5 6 4
This will render as:
C G Am F (assuming the key is C)
You can wrap a chord in parentheses to indicate an optional or passing chord. The parentheses will be rendered with the chord.
1 (5/7) 6 4
This will render as:
C (G/B) Am F (assuming the key is C)
You can set the key and capo in the frontmatter of your note:
---
Key: G
Capo: 2
---
This will render the chords in the key of G, but if you have a capo on the 2nd fret, it will display the chords as if they were in the key of A.
The best way to display multiple songs on a single page is to keep each song in its own note, then create a new note that links to each song. Use the ![[note name]] syntax to embed each note into the setlist note.