Re: ly2video - create videos from your LilyPond projects

2012-11-17 Thread Adam Spiers
n Sat, Nov 17, 2012 at 12:48 PM, Adam Spiers wrote: > On Thu, Nov 15, 2012 at 12:41 AM, Adam Spiers > wrote: >> On Wed, May 23, 2012 at 7:15 PM, FireTight wrote: >>> Hello, >>> my name is Jiri "FireTight" Szabo and I would like to introduce program >>> ly2video to you. This program can generate

Re: ly2video - create videos from your LilyPond projects

2012-11-17 Thread Adam Spiers
On Thu, Nov 15, 2012 at 12:41 AM, Adam Spiers wrote: > On Wed, May 23, 2012 at 7:15 PM, FireTight wrote: >> Hello, >> my name is Jiri "FireTight" Szabo and I would like to introduce program >> ly2video to you. This program can generate videos from your LilyPond >> projects that contains moving mu

Re: ly2video - create videos from your LilyPond projects

2012-11-15 Thread Mike Blackstock
tten with "\partial" command can cause a lot of bugs > - commands like "\override Stem #'stroke-style = #"grace"" skip notes > - videos created with title screen can have some bitrate issues > > -- > View this message in context: > http://old

Re: ly2video - create videos from your LilyPond projects

2012-11-14 Thread Adam Spiers
On Wed, May 23, 2012 at 7:15 PM, FireTight wrote: > Hello, > my name is Jiri "FireTight" Szabo and I would like to introduce program > ly2video to you. This program can generate videos from your LilyPond > projects that contains moving music staff, which is synchronized to music ( > http://www.you

Re: ?ly2video - create videos from your LilyPond projects

2012-06-07 Thread Tim Roberts
Jan Nieuwenhuizen wrote: > > FWIW, Windows uses / as directory separator too, using '\\' is > never really necessary; unless maybe when exposing the name to > an unimaginative Windows user who cannot imagine / is a directory > separator. That's not exactly true. To be precise, all of the Windows

Re: ?ly2video - create videos from your LilyPond projects

2012-06-07 Thread Jan Nieuwenhuizen
Peter Chubb writes: > BTW these changes are just a hack, except for the call to > subprocess.check_call, which is needed --- the real fix would be > to build the filenames using the system path separator. FWIW, Windows uses / as directory separator too, using '\\' is never really necessary; unles

Re: ?ly2video - create videos from your LilyPond projects

2012-06-07 Thread FireTight
eturn 14 > # generate video with notes > if os.system(winFfmpeg + "ffmpeg -f image2 -r " + str(fps) > - + " -i .\\notes\\frame%d.png -i ly2videoConvert.wav > " > + + " -i ./notes/frame%d.png -i ly

Re: ?ly2video - create videos from your LilyPond projects

2012-06-07 Thread Peter Chubb
> "FireTight" == FireTight writes: FireTight> Hello, my name is Jiri "FireTight" Szabo and I would like FireTight> to introduce program ly2video to you. This program can FireTight> generate videos from your LilyPond projects that contains FireTight> moving music staff, which is synchronized

Re: ly2video - create videos from your LilyPond projects

2012-05-27 Thread Nils
On Sat, 26 May 2012 23:12:53 -0700 Joe Neeman wrote: > On Wed, May 23, 2012 at 11:15 AM, FireTight wrote: > > > > > Hello, > > my name is Jiri "FireTight" Szabo and I would like to introduce program > > ly2video to you. This program can generate videos from your LilyPond > > projects that conta

Re: ly2video - create videos from your LilyPond projects

2012-05-26 Thread Joe Neeman
On Wed, May 23, 2012 at 11:15 AM, FireTight wrote: > > Hello, > my name is Jiri "FireTight" Szabo and I would like to introduce program > ly2video to you. This program can generate videos from your LilyPond > projects that contains moving music staff, which is synchronized to music ( > http://www

Re: ly2video - create videos from your LilyPond projects

2012-05-26 Thread FireTight
> https://lists.gnu.org/mailman/listinfo/lilypond-user > > Ok, sorry about that! :) -- View this message in context: http://old.nabble.com/ly2video---create-videos-from-your-LilyPond-projects-tp33897492p33912556.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble

Re: ly2video - create videos from your LilyPond projects

2012-05-26 Thread Janek Warchoł
On Fri, May 25, 2012 at 9:00 AM, FireTight wrote: > Janek Warchoł-2 wrote: >> I have one idea: instead of moving the score, move the line.  It will >> be easier on eyes (especially in fast tempos), and i suppose that the >> jerks will be less visible. > > You mean something like sequence of static

Re: ly2video - create videos from your LilyPond projects

2012-05-25 Thread FireTight
an something like sequence of static images of music staff and just switch between them, when the line reaches the end of one image? I guess I can add this as an option and just let users to choose what they want to have. Jiri Szabo -- View this message in context: http://old.nabble.com/ly2video---create-videos-from-your-LilyPond-projects-tp33897492p33906204.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: ly2video - create videos from your LilyPond projects

2012-05-24 Thread Janek Warchoł
Hi Jiri, On Wed, May 23, 2012 at 8:15 PM, FireTight wrote: > my name is Jiri "FireTight" Szabo and I would like to introduce program > ly2video to you. This program can generate videos from your LilyPond > projects that contains moving music staff, which is synchronized to music Cool! Having vis

Re: ly2video - create videos from your LilyPond projects

2012-05-24 Thread Nils
There are page breaks, too. But they are not often, in the videos at least. Nils On Thu, 24 May 2012 18:05:11 +0200 Urs Liska wrote: > This is great! > > one question: How did you manage to create that endless, one-system layout? > > Best > Urs > > Am 23.05.2012 20:15, schrieb FireTight: >

Re: ly2video - create videos from your LilyPond projects

2012-05-24 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looks great! A few notes — almost all negative, so I should say that aside from these, it seems a really excellent start. 1) In the download, the Python script isn’t executable. See if you can make it so within the zip file. [I have some package de

Re: ly2video - create videos from your LilyPond projects

2012-05-24 Thread Urs Liska
This is great! one question: How did you manage to create that endless, one-system layout? Best Urs Am 23.05.2012 20:15, schrieb FireTight: Hello, my name is Jiri "FireTight" Szabo and I would like to introduce program ly2video to you. This program can generate videos from your LilyPond projec

?ly2video - create videos from your LilyPond projects

2012-05-24 Thread FireTight
Known issues: - music written with "\partial" command can cause a lot of bugs - commands like "\override Stem #'stroke-style = #"grace"" skip notes - videos created with title screen can have some bitrate issues -- View this message in context: http://old.nabb