Printable format - Glidias/gingkstep GitHub Wiki
Printable webpage format of your lyric/chord sheet can be shared with the following example url format as below via /print
route:
https://gingkstep.herokuapp.com/print?s=${treeID}
eg. http://gingkstep.herokuapp.com/print?s=g1zdt6
You can add the following query string parameters to show chords or use specific number notation format for chords.
&showchords
: Show chords by default.&nummode=1
: Show number mode for chords. By default, ROMAN numeral.&nummode=2
: Show number mode for chords (2 - NASHVILLE)&song=1
: Use a number (song= 1, 2, or 3, etc.) to filter indicate a single specific song (in order) to show only.
eg.
- http://gingkstep.herokuapp.com/print?s=g1zdt6&showchords
- http://gingkstep.herokuapp.com/print?s=g1zdt6&showchords&nummode=2
eg.