diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -79,12 +79,12 @@ or ### As ChordPro -#### *Note:* - ```sh ./scripts/build.sh all cho ``` +#### *NOTE:* + *This will output a functional equivalent to the input `./src/{song-name}.chordpro` file with some changes, including:* - *removing comments* - *expanding variables (composers, tempo, etc)* @@ -92,12 +92,14 @@ or *This can be useful if you want a copy of the chordpro file with the Nashville numbers instead of notes from the original key* -## Build A Single Song as PDF +## Build A Single Song -#### *Note:* +#### *NOTE:* *Be sure to use the filename as it is found in the `./src/` directory without the file extension* +### As PDF + ```sh ./scripts/build.sh is-he-worthy ``` @@ -106,7 +108,12 @@ or ./scripts/build.sh is-he-worthy pdf ``` -## Build A Single Song as HTML +### As HTML ```sh ./scripts/build.sh is-he-worthy html -```
\ No newline at end of file +``` + +### As ChordPro +```sh +./scripts/build.sh is-he-worthy cho +``` |
