-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
custom notation offset? #39
Comments
Hi Adam, it seems like a limitation of the custom notation handling. These are both correct / same chord, but the custom notation has decided to draw the chord diagram from fret 1, not the nut in the standard diagram. I don't think there's a way to force it to draw otherwise in the current jTab. Actually it should make a better guess in this case - it is 'obvious' it should draw the diagram from root position |
btw, was your intention to simply translate the names of standard chords? Yes, translation for a range of languages/traditions would be a nice feature to have |
No, not really - I am playing about with JTab because I want to put up an on-line service (mostly for my own necessities) where one can register songs with chords (view/print them with chord diagrams) and compile songs into song-books. Something very simple. When I found jTab I got really happy because it has everything I need for this project but because I want to set up my own database of chords (so that the user can choose from a variety of C chords to use in that specific song) I do not want to rely on jTab's build-in definitions. This brought me to check on the custom notation (which again is excellent). As I said I was just playing about up until I came to D chord and I posted you the question. Actually, with your custom notation there is no way to instruct the renderer to render So, my plans are: 1) for now I have created a 'translator' which translates my notation to jTab notation and I will live with moved D chord(which is still correct anyways). 2) make this project of mine work and put it up somewhere (i'll give u notice when there is something usable). 3) maybe one day check if I want to fix this thing, remove the translator business and add/extend jTab so that it can also understand this type of notation. Anyways, thanks for jTab. I have not found anything like it on the net. |
If anyone is still interested in forcing to draw a tab from a specific position I've made a change in my fork of jtab |
Why is my custom notation
%X/X.0/0.0/0.2/1.3/2.2/3[Re]
is not rendering as the built in "D" chord? It is correct but mine is getting moved up by a fret.Is there something I am doing wrong?
The text was updated successfully, but these errors were encountered: