Re: Google Summer of Code final submission!

2020-08-31 Thread David Nalesnik
On Mon, Aug 31, 2020 at 3:33 AM Owen Lamb wrote: > > Hello everyone! > > I've just completed Google Summer of Code for this year. My work has been on > adding rudimentary support for SMuFL (a new music font standard) and bringing > Emmentaler, LilyPond's default font, closer to SMuFL-compliance.

Re: key-change-event listener in 2.20

2020-08-31 Thread Aaron Hill
On 2020-08-31 8:15 am, Maurits Lamers wrote: Hi all, I just noticed that in Lilypond 2.20 the key signature listener in my braille system doesn't get called anymore, where under 2.18.2 it does. I added a code sample below where I show how I attach the listeners. All the other events seem to be c

key-change-event listener in 2.20

2020-08-31 Thread Maurits Lamers
Hi all, I just noticed that in Lilypond 2.20 the key signature listener in my braille system doesn't get called anymore, where under 2.18.2 it does. I added a code sample below where I show how I attach the listeners. All the other events seem to be called in the normal way. Did anything change

Re: Google Summer of Code final submission!

2020-08-31 Thread Ralph Palmer
On Mon, Aug 31, 2020 at 2:34 AM Owen Lamb wrote: > Hello everyone! > > I've just completed Google Summer of Code for this year. My work has been > on adding rudimentary support for SMuFL (a new music font standard) and > bringing Emmentaler, LilyPond's default font, closer to SMuFL-compliance. >

Google Summer of Code final submission!

2020-08-31 Thread Owen Lamb
Hello everyone! I've just completed Google Summer of Code for this year. My work has been on adding rudimentary support for SMuFL (a new music font standard) and bringing Emmentaler, LilyPond's default font, closer to SMuFL-compliance. You can take a look at a summary of my work here: http://lily

Re: aligning figures in figured bass horizontally

2020-08-31 Thread Leszek WroĊ„ski
Thank you very much! I also want to 1) have the figures above the staff and 2) have the alterations to the right. I had been achieving this by using "\override Staff.BassFigureAlignmentPositioning #'direction = #UP" and "\set Staff.figuredBassAlterationDirection = #RIGHT"; I managed to get the seco