Open jgarte opened 3 years ago
Hey @jgarte - this is a great idea! I think it would be really helpful to include some flags that let you output the view in different formats (i.e. rich-text, table, integer, lilypond, etc.) Feel free to send a PR if you have time, otherwise I might give it a shot in a couple weeks.
Hey @jgarte - this is a great idea! I think it would be really helpful to include some flags that let you output the view in different formats (i.e. rich-text, table, integer, lilypond, etc.) Feel free to send a PR if you have time, otherwise I might give it a shot in a couple weeks.
@accraze If you'd like to give it a try together in a couple of weeks let me know and we can pair on it over jitsi/tmate or however you prefer.
We host a Guix Packaging Meetup once a month and we usually meet over jitsi/tmate to work on guix packages together.
Last meetup we worked on these patches during the meetup that we sent upstream afterwards:
One of the goals of the GuixRUs channel is to act as a pre-release channel for our work while we wait for upstream to peer review and merge the contributions.
We usually commit as a group.
Meetups are announced on the guix-devel mailing.
Meetups happen on the last Saturday of every month at 18:00 UTC (14:00 ET).
Instead of
I think it would be nice to have large text outside of a list data structure in a representation like this instead:
Or
Or in integer notation:
Or using
A
andB
instead of10
and11
, respectively:Or maybe even lilypond output:
So, that the composer can send it to a file, compile it, and view it:
The above examples show different twelve-tone views/outputs which I realize are separate feature requests altogether.
Maybe there is a python library we can use to prettify the printed text even further.
Maybe something like rich?
I'll try to get around to submitting a pull request when my time frees up.