Video generation

2020-04-05 Thread Dan Eble
Knut, Regarding [1], I thought I would check whether you have anything more recent or less intrusive before I try it. Thanks, -- Dan [1] "Video generation on linux systems: Note and rests change color" https://lists.gnu.org/archive/html/lilypond-user/2017-07/msg00234.html

Some questions related to score video generation

2017-07-07 Thread Knut Petersen
Hi everybody! I extended my video generation script to allow coloring notes as they are played. Currently that works for noteheads and rests, see this example I uploaded to youtube <https://www.youtube.com/watch?v=Z6MtIydbe-I>. Question 1: I use an after-line-breaking override for No

Re: Some questions related to score video generation

2017-07-07 Thread Urs Liska
Hi Knut, very interesting project (which should be included in my plan for an additional "interesting uses" page on lilypond.org). Some comments (but explicitly without any warranty): Am 07.07.2017 um 09:55 schrieb Knut Petersen: > Hi everybody! > > I extended my video g

Re: Some questions related to score video generation

2017-07-07 Thread Knut Petersen
Hi Urs! If nh is the name of your grob in the callback then (ly:grob-object nh 'stem) will give you the stem. AFAIK the Flag etc. are not all accessible this way but you can do Thanks a lot for pointing the way to ly:grob-object. In fact it does work for stems, flags and dots. Knut ___

Re: Some questions related to score video generation

2017-07-07 Thread David Kastrup
Knut Petersen writes: > Question 2: I also would like to change the color of the stems, flags > and dots that > belong to a notehead, but those have no 'duration. You keep saying that, but you look at the duration of the causing event for noteheads in your example anyway, and of course one can d

Re: Some questions related to score video generation

2017-07-07 Thread Knut Petersen
Am 07.07.2017 um 12:04 schrieb Knut Petersen: There is a new version of the demonstration video online: I Fyrreskoven. Coloring of stems / flags /dots works now. Knut ___ lilypond-devel mailing list lilyp

Re: Some questions related to score video generation

2017-07-07 Thread Urs Liska
Am 07.07.2017 um 15:00 schrieb Knut Petersen: > Am 07.07.2017 um 12:04 schrieb Knut Petersen: > > There is a new version of the demonstration video online: I > Fyrreskoven. > Coloring of stems / flags /dots works now. Great! I'll have to see whom I c

Re: Some questions related to score video generation

2017-07-07 Thread Simon Albrecht
On 07.07.2017 15:00, Knut Petersen wrote: I Fyrreskoven. Excellent! I love it. Best, Simon ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Some questions related to score video generation

2017-07-08 Thread Karlin High
nd out the MusicNotes software is a player only, and the sheet music files are only made by the software maker. But what I see going on here with the video pretty much realizes that dream. Great work! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Some-questions-related-to-s

Re: Some questions related to score video generation

2017-07-08 Thread Karlin High
Knut Petersen wrote > I extended my video generation script to allow coloring notes as they are > played. Is the updated script publicly available someplace? I found a lilypond-user thread from September 6, 2016 that appears to have an earlier version. -- View this message in context:

Re: Some questions related to score video generation

2017-07-10 Thread Knut Petersen
Am 09.07.2017 um 00:18 schrieb Karlin High: Knut Petersen wrote I extended my video generation script to allow coloring notes as they are played. Is the updated script publicly available someplace? I found a lilypond-user thread from September 6, 2016 that appears to have an earlier version