Re: [PATCH] Fix misalignment when merging 8ths (up) & half notes (down)

2009-03-24 Thread Han-Wen Nienhuys
LGTM. 2009/3/24 Neil Puttock : > Hi, > > Please review this patch: > > http://codereview.appspot.com/27108/show > > I haven't added a regtest since I believe it's covered by > collision-merge-differently-headed.ly (see attached). > > Regards, > Neil > >

[PATCH] Fix misalignment when merging 8ths (up) & half notes (down)

2009-03-24 Thread Neil Puttock
Hi, Please review this patch: http://codereview.appspot.com/27108/show I haven't added a regtest since I believe it's covered by collision-merge-differently-headed.ly (see attached). Regards, Neil <>___ lilypond-devel mailing list lilypond-devel@gnu.o

Re: How do you run/open Lilypond?

2009-03-24 Thread Carl D. Sorensen
On 3/24/09 1:22 PM, "Trevor Daniels" wrote: > I agree with all you suggest, Carl. How do we > make this change? OK, as far as I know, I've either pushed or proposed patches to implement all my recommendations. 1) Patch to change Welcome_to_LilyPond.ly has been pushed to git. 2) Patch to add

PATCH: Add link to help page to Windows download

2009-03-24 Thread Carl D. Sorensen
I've added a patch to put a reference to the non-graphical nature of LilyPond on the Windows download page for 2.12.2. I've checked it out as much as I can on my machine, where I don't have inkscape available to the command line for purposes of handling the graphics. The website, sans graphics, s

GUB3 at the lilypond-installer stage

2009-03-24 Thread Patrick McCarty
Hi Jan, I'm now building GUB3 with 64-bit Arch Linux, so I can no longer test the 32-bit OS / 64-bit hardware quirks, but it seems like most of those were ironed out. The patch I posted here [1] still works for me on my new setup, i.e. darwin-x86::gmp builds fine, if you want to apply it. [1] ht

Re: Fix key signatures with accidentals in specific octave.

2009-03-24 Thread n . puttock
Reviewers: joeneeman, Message: On 2009/03/24 23:06:42, joeneeman wrote: lgtm, except for the description "move check_pitch_against_signature () to SCM," since ly:check-pitch-against-signature is still implemented in C++. Erk. I misinterpreted that to mean exporting check_pitch_against_signa

Fix key signatures with accidentals in specific octave.

2009-03-24 Thread joeneeman
lgtm, except for the description "move check_pitch_against_signature () to SCM," since ly:check-pitch-against-signature is still implemented in C++. http://codereview.appspot.com/11052 ___ lilypond-devel mailing list lilypond-devel@gnu.org http://list

Is the description in IR for force-hshift incorrect?

2009-03-24 Thread Neil Puttock
Hi everybody, The IR gives the following description for 'force-hshift: `This specifies a manual shift for notes in collisions. The unit is the note head width of the first voice note.' Am I mistaken if I understand this to mean that any shifts are scaled in terms of the noteheads in \voiceOne?

PATCH: GUB: Add pointer to Help web page to Windows installer

2009-03-24 Thread Carl D. Sorensen
Jan, I've searched through the NSIS documentation, and I think I figured out how to fix the installer. I don't really want to get into the GUB configuration mess to try to get this patch applied. Would you be willing to apply the patch, do GUB build, and point me to a download of the Mingw versi

Re: Strange fret alignment

2009-03-24 Thread Carl D. Sorensen
On 3/24/09 2:29 PM, "Neil Puttock" wrote: > 2009/3/23 Carl D. Sorensen : >> Yes, it has to do with the origins.  They're different for each orientation. >> It's on my list to fix them. > > Ah, I see. Sorry for the noise. :) Not at all! I'm always glad to have somebody looking out for thing

Re: an LM update

2009-03-24 Thread James E. Bailey
Am 24.03.2009 um 17:15 schrieb John Mandereau: Hi James, James E. Bailey a écrit : Leave it to me to take something easy and make it difficult. So, I had a conflict. I thought I resolved it, but now tutorial.itely looks funny. I don't know how to get back to just having the normal files w

odd configure error

2009-03-24 Thread James E. Bailey
I'm having a configure error, and I don't know how to solve it. I get this: ERROR: Please install required programs: /Users/lilydev/bin/ fontforge >= 20050624 (installed: .fontforge 20080927) See INSTALL.txt for more information on how to build LilyPond The version of fontforge installed i

Re: an LM update

2009-03-24 Thread Trevor Daniels
James, your wrote Tuesday, March 24, 2009 2:27 PM Leave it to me to take something easy and make it difficult. So, I had a conflict. I thought I resolved it, but now tutorial.itely looks funny. I don't know how to get back to just having the normal files without any changes that I've made, an

Re: an LM update

2009-03-24 Thread John Mandereau
Hi James, James E. Bailey a écrit : Leave it to me to take something easy and make it difficult. So, I had a conflict. I thought I resolved it, but now tutorial.itely looks funny. I don't know how to get back to just having the normal files without any changes that I've made, and I don't know i

Re: an LM update

2009-03-24 Thread James E. Bailey
Am 24.03.2009 um 13:42 schrieb Trevor Daniels:James E. Bailey wrote Tuesday, March 24, 2009 11:55 AM Am 24.03.2009 um 10:55 schrieb Trevor Daniels: It almost worked.  I had to change @ruser{}, which addsa ref to the Notation Reference, to @ref{} which adds aref to the current manual. Yeah, see, th

Re: an LM update

2009-03-24 Thread Graham Percival
On Mon, Mar 23, 2009 at 04:52:58PM +0100, Francisco Vila wrote: > 2009/3/23 Francisco Vila : > > > I have git version 1.5.6.3 and both git-format-patch and > > git[nohyphen]format-patch do work. > > > > James, what's the output of git --version? > > From your patch I see it is 1.6.2.1 ; has the h

Re: an LM update

2009-03-24 Thread Graham Percival
On Mon, Mar 23, 2009 at 05:03:28PM -, Trevor Daniels wrote: > > James E. Bailey wrote Monday, March 23, 2009 4:45 PM >> >> I don't really understand how to do links in I guess this is TexInfo >> (?) format. > > Yes:( Hardly the world's best mark-up language. There's > an introduction to it i

Re: an LM update

2009-03-24 Thread Trevor Daniels
James E. Bailey wrote Tuesday, March 24, 2009 11:55 AM Am 24.03.2009 um 10:55 schrieb Trevor Daniels: It almost worked. I had to change @ruser{}, which adds a ref to the Notation Reference, to @ref{} which adds a ref to the current manual. Yeah, see, those are those @-commands that I don't

Re: an LM update

2009-03-24 Thread James E. Bailey
Am 24.03.2009 um 10:55 schrieb Trevor Daniels: James, you wrote Monday, March 23, 2009 7:59 PM Am 23.03.2009 um 18:03 schrieb Trevor Daniels: James E. Bailey wrote Monday, March 23, 2009 4:45 PM Am 23.03.2009 um 16:48 schrieb Trevor Daniels: James E. Bailey wrote Monday, March 23, 2009

Re: an LM update

2009-03-24 Thread Trevor Daniels
James, you wrote Monday, March 23, 2009 7:59 PM Am 23.03.2009 um 18:03 schrieb Trevor Daniels: James E. Bailey wrote Monday, March 23, 2009 4:45 PM Am 23.03.2009 um 16:48 schrieb Trevor Daniels: James E. Bailey wrote Monday, March 23, 2009 2:15 PM In any event, hopefully this is an acce