Results 112 comments of Rodrigo Vilar

@nehz I am refactoring the styling functions. The ledger lines can have a different colour but the same colour for all the ones associated to the note. Could you detail...

@0xfe I am using MusicXML in #1073 it would be interesting how to use EasyScore to go through these tests. I have downloaded the set already. Are you aware how...

@0xfe the modification in System is also related to this. I am using System as you suggested and I had a problem coming to Voices crossing Staves.

@mscuthbert which one is the right one. Now that I have been modifying the formatting of Articulations I think it would be easy to get the finale result.

@AaronDavidNewman thanks for the explanation. BB makes a recommendation to have articulations outside the stave but then it provides examples with them inside. :p

@AaronDavidNewman I was thinking in something like (but I will look into `Tables.articulationCodes`: ```diff if (articulation.getPosition() === ABOVE) { let noteLine = note.getLineNumber(true); if (stemDirection === Stem.UP) { noteLine +=...

> Look at the marccato positioning done by finale > > ![1](https://user-images.githubusercontent.com/4021701/28702171-e3aba1c8-7363-11e7-90a5-e3d546e9c9de.JPG) > > > > Now the vexflow way > > ![2](https://user-images.githubusercontent.com/4021701/28702180-f577fad2-7363-11e7-8980-82fa8d5d8f65.JPG) > > > > 1. Any way...

@mscuthbert I believe that this is a glyph mapping issue that I decided not to fix in order to keep the differences small. If you look into the source OTF...

@nitzanrh could you provide the code and a screenshot of what you are actually getting?

@nitzanrh I have been reviewing issues and I realised that I missed this one. Thaks for the jsfiddle! It helped a lot. The behaviour is hard coded: ```js case BarlineType.REPEAT_BEGIN:...