UC3Music / songbook-tools

Tools for minimally markuped songs, like book generation and chord transposition
https://github.com/UC3Music/songbook-tools
The Unlicense
3 stars 0 forks source link

[song-directory-transpose] Add treatment for songs with capo #10

Closed jgvictores closed 7 years ago

jgvictores commented 7 years ago

Add treatment for songs with capo

jgvictores commented 7 years ago
  1. Store numeric value of whatever goes with (capo).
  2. Ask if capo correction should be applied.
  3. If yes, subtract stored value to actual transposition semitones.

It's an elegant solution, and has a nice side effect: activate capo correction and set transposition to 0, and you get the original tone with the capo removed. Can be very powerful in combination with #14.

jgvictores commented 7 years ago

Done at 76ed689584e58a6d560a5d71fc7de8823876a77b.