Change default MIDI file extension to '.mid'

2015-01-05 Thread Davide Liessi
Dear all, many programs that can read MIDI accept both '.mid' and '.midi' as file name extension, however many other programs only accept '.mid'. The only noteworthy reference I could find online is http://www.midi.org/aboutmidi/tut_midifiles.php where they explicitly say that «the PC file

Re: Change default MIDI file extension to '.mid'

2015-01-05 Thread Davide Liessi
Il 05/01/15 13.34, David Kastrup ha scritto: .mid happens to be also Map Interchange Data. I didn't know about this. Which programs are many other programs, under which systems? I'm sorry, I actually meant to write some instead of many. The ones I can test right now are REAPER all versions

Re: Change default MIDI file extension to '.mid'

2015-01-05 Thread David Kastrup
Davide Liessi davide.lie...@gmail.com writes: Dear all, many programs that can read MIDI accept both '.mid' and '.midi' as file name extension, however many other programs only accept '.mid'. The only noteworthy reference I could find online is

Re: GUB fail with smob templates

2015-01-05 Thread Masamichi HOSODA
How does the upgrade to gcc 4.8.2 look now ? Just wondering: There is already a gcc 4.9.x series, so why are we trying to update to 4.8.x? In this branch, I've tried gcc-4.9. https://github.com/trueroad/gub/tree/gcc-4.9 I've succeed to build lilypond-installer for mingw, linux-x86,

Re: Change default MIDI file extension to '.mid'

2015-01-05 Thread Phil Holmes
- Original Message - From: Davide Liessi davide.lie...@gmail.com To: lilypond-devel@gnu.org Sent: Monday, January 05, 2015 12:02 PM Subject: Change default MIDI file extension to '.mid' Dear all, many programs that can read MIDI accept both '.mid' and '.midi' as file name extension,

Re: Change default MIDI file extension to '.mid'

2015-01-05 Thread Davide Liessi
Il 05/01/15 15.35, Phil Holmes ha scritto: This is the default on my Windows Vista PC system. Don't know why, but that's what appears when I create midi output. Apparently I got many things wrong with my message. :) I had a look in the code and in scm/lily.scm midi-extension is set to 'mid'

Re: Change default MIDI file extension to '.mid'

2015-01-05 Thread Henning Hraban Ramm
Am 2015-01-05 um 18:34 schrieb David Kastrup d...@gnu.org: Ambivalent at best. What is the actual problem case we are talking about? Which programs are many other programs, under which systems? Without personal settings, OSX (and Safari on OSX) knows to play only .mid, not .midi.

Re: Possible tweaks to the appearance of the website

2015-01-05 Thread Joram Berger
http://clairnote.org / lilypond-web-demo2/ Hi Paul, I like your changes to the website. Especially the flatter gradient in the top menu is more modern. I would even have preferred the removal of the background image and the small icon next to LilyPond. Others see that differently. Two small

Articulate.ly: Fix mordent and prall timing for short notes (issue 190530043 by botialo...@gmail.com)

2015-01-05 Thread botialoach
Note this includes (because it was based on) the issue that fixed the trill timing, issue https://codereview.appspot.com/173750043/ https://codereview.appspot.com/190530043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: property to set voiced-rest positions; issue 3902 (issue 188580043 by k-ohara5...@oco.net)

2015-01-05 Thread k-ohara5a5a
Reviewers: dak, Message: Shouldn't the fallback remain 4 rather than 0? Either one. I couldn't decide. If anyone says \override MultiMeasureRest #'voiced-position = #'() should we default to the historical value of 4, or the less-surprising 0 ? Description: property to set voiced-rest

Re: Ready lilypond-mode for packaging for emacs 24 package system, such that lilypond-mode will work wi… (issue 191260043 by pe...@thoughtspot.net)

2015-01-05 Thread peter
On 2015/01/05 18:12:18, pschmied wrote: Address code review comments regarding readying lilypond-mode for melpa packaging. Hmm... The patchset didn't seem to upload. Sorry about the spam, everyone. Still trying to figure out git-cl, and what incantation will upload a patchset.

Re: Possible tweaks to the appearance of the website

2015-01-05 Thread Urs Liska
Am 05.01.2015 um 19:39 schrieb Paul Morris: Hi Urs, my responses are below... Urs Liska wrote I think there is no official entity who makes such decisions. It's rather like someone uploading a patch and others objecting against it or not. As I experienced changes to the website are expected

Re: Possible tweaks to the appearance of the website

2015-01-05 Thread Paul Morris
Hi Urs, my responses are below... Urs Liska wrote I think there is no official entity who makes such decisions. It's rather like someone uploading a patch and others objecting against it or not. As I experienced changes to the website are expected to raise more objections than obscure

Re: Possible tweaks to the appearance of the website

2015-01-05 Thread tisimst
Paul Morris wrote I tried it lighter before but it blended in with the light green background in the top left corner too much. In the latest version I have used a different color, and made the active items dark enough to make the distinction clear. Ooooh... I like the more subtle gradient

Re: GUB update

2015-01-05 Thread Masamichi HOSODA
The principle with GUB is that it has details of all the packages it uses, and by issuing the 'make bootstrap' command, it goes and gets all the packages it needs, and all their dependencies, and builds them all from scratch. The problem I believe I now have is that gcc 4.8 has a new

Re: Change default MIDI file extension to '.mid'

2015-01-05 Thread Trevor Daniels
Phil Holmes wrote Monday, January 05, 2015 2:35 PM From: Davide Liessi davide.lie...@gmail.com I think that LilyPond should use the most widely accepted '.mid' as default extension for the MIDI files it produces, instead of current '.midi'. This is the default on my Windows Vista PC