Ulysses Zhan

Results 55 comments of Ulysses Zhan

Definitely a great idea! I used to encounter such a senario: I want to write a blog on music theory, and I want to demonstrate some concepts by using some...

Maybe it can be taken that: if the last character of the line is a backslash, let the repl parser continue to the next line.

In [alda-rb](/UlyssesZh/alda-rb), `alda-code` is also an essential function in the implementation of [Alda::Score#load](https://ulysseszh.github.io/doc/alda-rb/Alda/Score.html#method-i-load).

> ``` > two_instrument_score = [piano: c d e f g guitar: c d e f g] > two_instrument_score > ``` > > ``` > two_instrument_score = [piano: c d...

What about using an exclamation mark to create a scope? ``` (vol 75) o3 g a b [! (vol 50) o4 c d e f] g b g ``` Maybe...

@elyisgreat I didn't mean to use `|` to mark merging. As can be seen, I used `(merge "piano V1" "piano V2")`. Here `|` are just barlines.

I think the automation syntax (`A1` etc) is better than the syntax I provided previously (the `merge` function), but the automation syntax has a drawback. Say, sometimes we need to...

I have the same issue! In fact, as can be seen, jekyll-archives gem is not included [here](https://pages.github.com/versions/). We can only wait until it is included. However, there is a workaround....

Sorry because I reinstalled the whole OS on this computer to an Ubuntu 20.04 and I cannot reproduce the bug with X11 GNOME... I'll just describe the phenomenon: the whole...

I found that this bug can be reproduced in Ubuntu 20.04 X11 GNOME desktop. The main screen is fine, and the grids are shown correctly. The layout configuration screen is...