Chord Rendering #660
Replies: 11 comments 19 replies
-
Hello! Thanks for the comments 👍🏻
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
so far, so good! |
Beta Was this translation helpful? Give feedback.
-
I am successfully rendering a chart with all the options, including using a ex: key G In this case, the second key declaration Am I not handling it correctly or bug? |
Beta Was this translation helpful? Give feedback.
-
Is it that bad? |
Beta Was this translation helpful? Give feedback.
-
I'm thinking of 2 approaches to fix the issues:
Leaning more towards 2 but will give it a few more days to think about it... if you have any comments/ideas, feel free to share as well |
Beta Was this translation helpful? Give feedback.
-
Rendering side quests: (inspired by "...if you have any comments/ideas, feel free to share as well" )
Notes:
ex: in following sequence the "G" chord needs to be on the next chord line (on "Con"), but it won't render because a measure needs to add up to 4 beats in the same row.
Expected result: (this rendering should be possible if the source code would contain an "\" (or some other character) after the "D..." chord)
Please let me know what you think of these ideas. We can discuss them in more detail if necessary... or not. I don't want to impose. |
Beta Was this translation helpful? Give feedback.
-
ex: Amazing Grace, Happy Birthday, What A Wonderful World, etc. Pickup measures are used when composers do not want to start a piece of music on a strong (down) beat. Pickup measures can contain only melody notes (No Chord) or can have Chords that either build up to the first down beat of the song, or create some kind of tension (ex: a 7 Chord). Anyway, right now, in a 4/4 song, there is no way to render a measure shorter than 4 beats.
In the end, the same result is accomplished. The only remaining "mystery" is how the measure bars will align? (ex: when displaying only chords)
or like this:
|
Beta Was this translation helpful? Give feedback.
-
Once again, great job with this library! 🥇 Can't wait for the next update! I have some more feedback for you: |
Beta Was this translation helpful? Give feedback.
-
This is an awesome library! I started using it a while ago and it's just a pleasure to use. Great work! ... and please, keep up the good work! :)
I'm planning on using this library a lot so, if it's helpful, I can provide some user feedback. Here are some things that came up so far:
I was wondering if there is some possibility to define how some chords should be parsed?
ex: "CMA7" will be rendered as "CM7" but I would like it to be "Cmaj7" (it's about familiar visual cues)
Repeating chords will cause the ChordLine not to render if chords are subdivision of a measure.
ex: these will not render:
The following example will not render the square brackets next to "D B"
2/4
A. [E C] [D B] G.
*I noticed that in "key Gm" F# will be rendered as Gb. Is there for the user to control this? (asking for a friend)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions