Re: Regarding LSR translation work

2012-04-23 Thread Phil Holmes
- Original Message - From: "Federico Bruni" To: Sent: Monday, April 23, 2012 11:04 PM Subject: Re: Regarding LSR translation work Il 21/04/2012 13:09, Graham Percival ha scritto: > > From a very basic-no-progamming skill perspective, why can't we > just > have an extra texidoc en

Re: GSoC

2012-04-23 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Carl Sorensen" Cc: "Devel" Sent: Tuesday, April 24, 2012 1:18 AM Subject: Re: GSoC On Mon, Apr 23, 2012 at 08:40:30PM +, Carl Sorensen wrote: It's great to have you working on GSoC for LilyPond! Good job with your perseverance

Re: measure counter engraver

2012-04-23 Thread David Kastrup
David Nalesnik writes: > The examples are written to work with the latest versions. (I'm using > the current release candidate.) Then one could use make-engraver. > I'd love for people to try this out, to see if it works in situations > where you might want such a thing.  (If you have a suggest

Re: Macro for(UP_and_DOWN) and 3 similar. (issue 2491) (issue 6109046)

2012-04-23 Thread graham
LGTM http://codereview.appspot.com/6109046/diff/1/flower/include/direction.hh File flower/include/direction.hh (right): http://codereview.appspot.com/6109046/diff/1/flower/include/direction.hh#newcode78 flower/include/direction.hh:78: #define DOWN_and_UP(d) \ I see that our code uses both versi

Macro for(UP_and_DOWN) and 3 similar. (issue 2491) (issue 6109046)

2012-04-23 Thread k-ohara5a5a
Looks good to me, but I suggest you also solve the bug you found (issue 2493) in this patch but preferably as a separate commit. Then you can convert all the loops. http://codereview.appspot.com/6109046/diff/1/flower/include/direction.hh File flower/include/direction.hh (right): http://coderevi

Re: Regarding LSR translation work

2012-04-23 Thread Carl Sorensen
On 4/23/12 6:25 PM, "Graham Percival" wrote: >On Tue, Apr 24, 2012 at 12:04:57AM +0200, Federico Bruni wrote: >>Personally, I'm a bit worried about going on with translating NR >> when I know that keeping it up-to-date will be an hassle. >> >> Let's manage all the doc snippets in Git and say hel

Re: Regarding LSR translation work

2012-04-23 Thread Graham Percival
On Tue, Apr 24, 2012 at 12:04:57AM +0200, Federico Bruni wrote: > Il 21/04/2012 13:09, Graham Percival ha scritto: > >Because snippets come from LSR, and that needs a texidoc to > >display some text for the snippet. > > So it seems that there are only two possible solutions (I'm just > daydreaming

Re: GSoC

2012-04-23 Thread Graham Percival
On Mon, Apr 23, 2012 at 08:40:30PM +, Carl Sorensen wrote: > It's great to have you working on GSoC for LilyPond! Good job > with your perseverance in getting your project accepted! This, especially. It's great to see that sometimes lots of effort is rewarded! Congratulations, Janek! - Gra

Re: Regarding LSR translation work

2012-04-23 Thread Federico Bruni
Il 21/04/2012 13:09, Graham Percival ha scritto: > > From a very basic-no-progamming skill perspective, why can't we just > have an extra texidoc entry in the snippet itself and add the > translation manually, like we would for any updated snippet? Because then it would be overwritten wheneve

Re: GSoC

2012-04-23 Thread Trevor Daniels
Carl Sorensen wrote Monday, April 23, 2012 9:40 PM Congratulations on having your Lyrics project accepted for Google Summer of Code! Wow, congratulations from me too! You really did put the hours in to generate a great submission - in the middle of your exams too - so you definitely deserve

Re: GSoC

2012-04-23 Thread Kieren MacMillan
Jan, > Congratulations on having your Lyrics project accepted for Google Summer of > Code! +1!! I will have to look back at the thread to see exactly what this "Lyrics project" is… I have several bounty-worthy Lyrics issues that I would be happy to see solved as part of this GSoC project, if

GSoC

2012-04-23 Thread Carl Sorensen
Dear Jan, Congratulations on having your Lyrics project accepted for Google Summer of Code! Mike Solomon has been assigned as your mentor, if you're not yet aware of that. I believe that I will be serving as your backup mentor. It's now time to ramp up to speed on your project. It's great to h

Re: hideNotes should hide also TabNoteHead (issue 2480). (issue 6105049)

2012-04-23 Thread k-ohara5a5a
On 2012/04/23 12:09:15, dak wrote: Remove the graces, and the score typesets fine. Removing the initial acciaccatura seems appropriate here. It is used as an example of what LilyPond can do; but starting with a grace note is not yet something LilyPond can do. Changing the music is no problem be

Re: for_UP_and_DOWN

2012-04-23 Thread Łukasz Czerwiński
On 22 April 2012 13:16, Han-Wen Nienhuys wrote: > sorry for the delay; I was on holidays > > On Fri, Apr 20, 2012 at 10:45 AM, Łukasz Czerwiński > wrote: > > Could you please say, if there was a reason for using > > do { > > > > } while(flip(&d)); > > > > instead of my macro: if (UP_and_DOWN) >

Re: hideNotes should hide also TabNoteHead (issue 2480). (issue 6105049)

2012-04-23 Thread n . puttock
On 2012/04/23 12:09:15, dak wrote: \voiceOne is already used for the upper voice. The problem is that the voice settings are totally messed up by the standard grace synchronization problem. Remove the graces, and the score typesets fine. Ah, I didn't scroll down that far. :) Nevertheless,

Re: hideNotes should hide also TabNoteHead (issue 2480). (issue 6105049)

2012-04-23 Thread dak
On 2012/04/23 12:03:41, Neil Puttock wrote: On 2012/04/23 04:50:21, Keith wrote: > I need an > \override NoteColumn #'ignore-collision = ##t > here or else I get a warning (either before or after this patch). I mention > this only because I broke the doc build not too long ago by causing

Re: hideNotes should hide also TabNoteHead (issue 2480). (issue 6105049)

2012-04-23 Thread n . puttock
On 2012/04/23 04:50:21, Keith wrote: I need an \override NoteColumn #'ignore-collision = ##t here or else I get a warning (either before or after this patch). I mention this only because I broke the doc build not too long ago by causing a warning from Lilypond input in the docs. (patchy

Re: Change \bendAfter and \rightHandFinger into event functions (issue 6102045)

2012-04-23 Thread dak
Reviewers: Graham Percival, http://codereview.appspot.com/6102045/diff/1/Documentation/notation/fretted-strings.itely File Documentation/notation/fretted-strings.itely (right): http://codereview.appspot.com/6102045/diff/1/Documentation/notation/fretted-strings.itely#newcode1589 Documentation/no