Paul Rosen

Results 321 comments of Paul Rosen

There is a proposed syntax described here: https://abcnotation.com/wiki/abc:standard:v2.2#numbering I don't support moving the numbers to the left edge yet, but I'll put it on my list. You can start using...

Interesting. I don't think this would be too hard, except for dealing with explicit clefs. What if the abc string contained: ``` K:G clef=alto ``` Would this supercede it? What...

I should have hooks at various parts of the process. I just put one in when creating audio and it was surprisingly useful to do a unique one-off feature. It...

I think what is happening is that the tempo is 120 quarter notes in a minute. That means that a quarter note is 60 / 120 = 0.5 seconds long....

Yes, because in 6/4 a quarter note gets a beat, just like in 3/4.

I'll put this on my bug list. The first issue is probably a bug. The second issue I can explain but it could still be implemented better - if there...

I'm not sure what you mean by "ring". Do you mean playing a really long note? What instrument? There is a fixed length to the soundfont notes so it probably...

Do you mean "play the `d` note for the whole 3rd, 4th, and 5th measures"? Sorry to not understand.

Oh, I see - that is probably a bug. I'll look into it. That should work if there isn't a time sig change but I don't think I tested what...

It looks like you just have to declare it above the `K:` parameter, like this: ``` X:1 T:title P:AABB Q:1/4=120 C:Me %%titlefont "Cursive" 26 %%composerfont "Cursive" 26 %%partsfont "Cursive" 26...