Thank you. This was exactly what i needed. On Mon, Jul 24, 2023, 10:30 Jean Abou Samra <[email protected]> wrote:
> Le lundi 24 juillet 2023 à 10:09 +0200, Stjepan Horvat a écrit : > > Hi guys, > I'm trying to embed lilypond score into simple godot application which > would follow music. > One idea that comes to mind would be to have a single svg/png image and > have positions (pixels) of each bar. > Another idea would be to export each bar separately and then show > corresponding bar when required. Or I could export each bar separately > and then join them into single image which would give me bar positions. > > I didn't find a solution for for either. > Is there a simple way to export the lilypond score as i require. Or do you > have another idea? > I remember that few years ago someone created a web application which > follows lilypond score but could not find it. > > > > Check out ly2video, especially the code here: > > https://github.com/aspiers/ly2video/blob/master/ly2video/cli.py#L1322 > > You may also want to look at the -dclip-systems option. > > >
