Gregory Ristow

Results 13 comments of Gregory Ristow

@Florian-Schoenherr @TheComputerM how would you feel about my creating a component ``, which would contain most of what is now in `` and my previously proposed ``, as a shared...

> One question: 'type' attribute cannot be dynamic if input uses two-way binding is only used because some people only need one kind of input-type, right? Because if it doesn't...

In real life I direct the choirs at Oberlin Conservatory -- but on the side I'm trying to solve a bigger problem: more students abandon music degrees because they're unprepared...

@Silverwolf90, similar to what you've done, I use a model layer (called `Music` internally) for representing music abstractly, with a bridge to VexFlow to render the model. The bridge takes...

The ideal rendering would be splitting the stem, showing multiple noteheads, each accidental appearing before the notehead it modifies. (For whole notes, generally a square bracket is used above the...

Just a word to say, @Silverwolf90, that your idea of an advance-by-width/advance-by-height algorithm makes a lot of sense and seems promising intuitively to me. (It matches how I was taught...

Sorry for the late response to this -- the `NoteHead` is unformatted because of the way `StaveNote` draws notes. I would suggest obtaining your X position (as you are) from...

There is not an easy way to size noteheads right now -- though certainly for things like [cue notes](https://en.wikipedia.org/wiki/Cue_note) it would be very useful. (Technically, I believe it is not...

Yes, @0xfe, that makes more sense, and seems much cleaner. The only advantage I see to using `setDefaultStyle` methods is that we can easily open up that API to include...

@ronyeh -- putting this here for anyone who searches this as I did. I'm pretty sure the way I got it to work is not the happiest path, or I'd...