jstma

Results 17 comments of jstma

I started porting the changes. You can see them here: https://github.com/jstma/ly2video/commit/e60fc40807acfd5fad891e01ab6535ca50cfe76f It's not perfect though. * the beats are generated as files in /tmp/ly2video.../beats/ this is not the way ly2video...

@aspiers I know you don't have much time to spend on this, but hopefully you can look this over and let me know what you think. The existing solutions to...

There are a number of challenges that I didn't see coming. I'll post my progress here. First is getting lilypond to play nice. I don't want to modify the music....

> Thanks for the detailed write-up! You're right that unfortunately I have precious little time to devote to this. I really appreciate the response. > > I also removed indentations...

I had a look at how santised.ly is created. I was thinking there was a lilypond preprocess command, but that's not the case. Instead the ly file is opened and...

As I keep picking at this: ``` \include TickTickBoomWithVariable.ly ``` Also includes the header with the title. ly2video won't see it. This is how I have some of my own...

@aspiers I hate to pester, but I need your input. I don't want to waste time making changes that won't be accepted. I've been asking on the mailing list about...

For files that contain \book and \bookOutputName, how should ly2video proceed? Here's an example: ``` \header { title = "File title" midititle = "midi title" } music = \relative c'...

I get what you're saying which is why I only @aspiers for the one I'd like you to read ;) In this case, the question is simply "Do you oppose...

Excellent, I shall continue. No need to read this one. There may be another way to get the header data from lilypond. This is probably not working code from the...