Re: LilyPond midi extension

2009-04-12 Thread Trevor Daniels
Simon Bailey wrote Sunday, April 12, 2009 1:12 PM On 12 Apr 2009, at 13:42, Trevor Daniels wrote: LGTM. Pushed to git origin/master, lgtm? Looks good to me. A Han-Wen-ism. Trevor ___ lilypond-user mailing list lilypond-user@gnu.org http://li

Re: LilyPond midi extension

2009-04-12 Thread Simon Bailey
hi, On 12 Apr 2009, at 13:42, Trevor Daniels wrote: LGTM. Pushed to git origin/master, lgtm? Editing docs is fun, isn't it ;) yeah. ;) something i don't get to do too much of in my own projects -- too much coding, not enough time for docs. :/ regards, sb __

Re: LilyPond midi extension

2009-04-12 Thread Trevor Daniels
Thanks Simon LGTM. Pushed to git origin/master, Editing docs is fun, isn't it ;) Trevor - Original Message - From: "Simon Bailey" To: "Neil Puttock" Cc: "Trevor Daniels" ; "lilypond-user Mailinglist" Sent: Sunday, April 12, 2009

Re: LilyPond midi extension

2009-04-12 Thread Simon Bailey
On 11 Apr 2009, at 15:22, Neil Puttock wrote: insert the following line before the start of the @code{\score} block: Simon, this line isn't quite right, since users might place the option setting inside a \book or \bookpart block, resulting in a syntax error. It would be better to advise pla

Re: LilyPond midi extension

2009-04-11 Thread Neil Puttock
2009/4/9 Simon Bailey : > here's the new patch-set. i'm sorry, but i can't work out how to get git to > give me one single patch for the three commits i made locally since checking > out. insert the following line before the start of the @code{\score} block: Simon, this line isn't quite right,

Re: LilyPond midi extension

2009-04-09 Thread Daniel Hulme
On Thu, Apr 09, 2009 at 08:16:32AM -0600, Carl D. Sorensen wrote: > On the other hand, if I'm doing programming work and commit changes then > find that I have a typo in my commit, it's much cleaner to rebase so that > there is only one patch. Don't forget that if you want to correct a mistake in

Re: LilyPond midi extension

2009-04-09 Thread Carl D. Sorensen
On 4/9/09 8:09 AM, "Graham Percival" wrote: > On Thu, Apr 09, 2009 at 03:37:39PM +0200, Simon Bailey wrote: >> carl, >> >> On 9 Apr 2009, at 15:27, Carl D. Sorensen wrote: >>> The way to get a single patch from multiple commits is to use git >>> rebase. >>> >>> git rebase -i origin/master >>

Re: LilyPond midi extension

2009-04-09 Thread Graham Percival
On Thu, Apr 09, 2009 at 03:37:39PM +0200, Simon Bailey wrote: > carl, > > On 9 Apr 2009, at 15:27, Carl D. Sorensen wrote: >> The way to get a single patch from multiple commits is to use git >> rebase. >> >> git rebase -i origin/master >> >> will give you the opportunity to convert your 3 commit

Re: LilyPond midi extension

2009-04-09 Thread Simon Bailey
carl, On 9 Apr 2009, at 15:27, Carl D. Sorensen wrote: The way to get a single patch from multiple commits is to use git rebase. git rebase -i origin/master will give you the opportunity to convert your 3 commits into a single commit, which will then make a single patch. that's perfect. t

Re: LilyPond midi extension

2009-04-09 Thread Carl D. Sorensen
On 4/9/09 4:23 AM, "Simon Bailey" wrote: > > here's the new patch-set. i'm sorry, but i can't work out how to get > git to give me one single patch for the three commits i made locally > since checking out. Simon, The way to get a single patch from multiple commits is to use git rebase. g

Re: LilyPond midi extension

2009-04-09 Thread Daniel Hulme
On Thu, Apr 09, 2009 at 01:01:56PM +0200, Simon Bailey wrote: > no problems. always glad to help. although i will have to find a decent > git tutorial at some point. ;) I can recommend http://gitready.com/ Maybe it's not for complete beginners, but it has a pretty good range of accessibility. It'

Re: LilyPond midi extension

2009-04-09 Thread Simon Bailey
On 9 Apr 2009, at 13:37, Jonathan Kulp wrote: Although I've learned enough Git to do patches, this book is still on my wishlist: http://www.pragprog.com/titles/tsgit/pragmatic-version-control-using-git It's gotten good reviews. thankyou, jon. i'll pass this link onto my boss, seeing as so

Re: LilyPond midi extension

2009-04-09 Thread Jonathan Kulp
Simon Bailey wrote: On 9 Apr 2009, at 12:51, Trevor Daniels wrote: Thanks Simon, pushed to git origin/master. no problems. always glad to help. although i will have to find a decent git tutorial at some point. ;) Although I've learned enough Git to do patches, this book is still on my

Re: LilyPond midi extension

2009-04-09 Thread Simon Bailey
On 9 Apr 2009, at 12:51, Trevor Daniels wrote: Thanks Simon, pushed to git origin/master. no problems. always glad to help. although i will have to find a decent git tutorial at some point. ;) regards, sb -- Simon Bailey Oompa Loompa of Science +43 699 190 631 25 _

Re: LilyPond midi extension

2009-04-09 Thread Trevor Daniels
Thanks Simon, pushed to git origin/master. Trevor - Original Message - From: "Simon Bailey" To: "Trevor Daniels" Cc: "lilypond-user Mailinglist" Sent: Thursday, April 09, 2009 11:23 AM Subject: Re: LilyPond midi extension trevor, On 9 Apr 2009,

Re: LilyPond midi extension

2009-04-09 Thread Simon Bailey
trevor, On 9 Apr 2009, at 09:41, Trevor Daniels wrote: Thanks for this, but the text is not quite right. IIRC the default is .mid for Windows systems and .midi for all others. Could you please amend and resubmit to reflect this? It's also worth mentioning the equivalent command line option

Re: LilyPond midi extension

2009-04-09 Thread Trevor Daniels
; To: "Graham Percival" Cc: "lilypond-user Mailinglist" Sent: Wednesday, April 08, 2009 5:43 PM Subject: Re: LilyPond midi extension On Wed, Apr 08, 2009 at 02:39:14PM +0200, Simon Bailey wrote: #(ly:set-option 'midi-extension "midi") i couldn't find

Re: LilyPond midi extension

2009-04-08 Thread -Eluze
ly these options can be found with lilypond -dhelp thanks -- View this message in context: http://www.nabble.com/LilyPond-midi-extension-tp22947624p22959776.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-u

Re: LilyPond midi extension

2009-04-08 Thread Martin Tarenskeen
On Wed, Apr 08, 2009 at 02:39:14PM +0200, Simon Bailey wrote: > > On 8 Apr 2009, at 12:32, Thomas Scharkowski wrote: >> some time ago the default midi extension for windows was changed to >> "mid". >> How can change it back to "midi"? > #(ly:set-option 'midi-extension "midi") I'm sure the reason

Re: LilyPond midi extension

2009-04-08 Thread Simon Bailey
On Wed, Apr 08, 2009 at 02:39:14PM +0200, Simon Bailey wrote: #(ly:set-option 'midi-extension "midi") i couldn't find this in the documentation -- shouldn't it be in there somewhere? Patches accepted. patch against this afternoon's git attached. also included a patch for the german trans

Re: LilyPond midi extension

2009-04-08 Thread Simon Bailey
On 8 Apr 2009, at 14:49, Graham Percival wrote: On Wed, Apr 08, 2009 at 02:39:14PM +0200, Simon Bailey wrote: #(ly:set-option 'midi-extension "midi") i couldn't find this in the documentation -- shouldn't it be in there somewhere? Patches accepted. ok. i'll get one to you this evening.

Re: LilyPond midi extension

2009-04-08 Thread Graham Percival
On Wed, Apr 08, 2009 at 02:39:14PM +0200, Simon Bailey wrote: > > #(ly:set-option 'midi-extension "midi") > > i couldn't find this in the documentation -- shouldn't it be in there > somewhere? Patches accepted. Cheers, - Graham ___ lilypond-user mai

Re: LilyPond midi extension

2009-04-08 Thread Simon Bailey
On 8 Apr 2009, at 12:32, Thomas Scharkowski wrote: some time ago the default midi extension for windows was changed to "mid". How can change it back to "midi"? put #(ly:set-option 'midi-extension "midi") somewhere in your source files (probably right at the beginning makes sense). i cou

LilyPond midi extension

2009-04-08 Thread Thomas Scharkowski
Hi, some time ago the default midi extension for windows was changed to "mid". How can change it back to "midi"? thanks, Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user