Re: Translation request

2012-02-12 Thread Jean-Charles Malahieude
Le 11/02/2012 15:04, Phil Holmes disait : Please see commit: 6c6f97dcb49afb3aaa9480eece124d11a6c48975 This changes the words around an illustration of the syntax of printing woodwind key lists, replacing an inline snippet with text. The benefit of this is that the snippet is no longer run durin

Google Summer of Code - Ideas List, please discuss

2012-02-12 Thread Janek Warchoł
Hi all, SUMMARY: in order to participate in Google Summer of Code ($$$), we need an Ideas List. (to learn more about GSoC, go here http://www.google-melange.com/gsoc/homepage/google/gsoc2012) An Ideas List should be a list of suggested student projects. This list is meant to introduce contribut

Re: Google Summer of Code - Ideas List, please discuss

2012-02-12 Thread m...@apollinemike.com
All of these look good. On Feb 12, 2012, at 12:03 PM, Janek Warchoł wrote: > General student prerequisites: (basic?) git knowledge > > 1) Fixing problems with synchronization of grace notes, together with > all underlying architecture (issue 34). Requirements: C++, MIDI; > familiarity with basic

Minor documentation nitpick

2012-02-12 Thread Phil Holmes
In notation/input.tely, line 1100 or so we have: Automatic footnotes take three arguments; the @var{Layout Object} to be annotated, the @var{(x . y)} position of the indicator and a The texinfo manual says: "Use the @var command to indicate metasyntactic variables" and so it doesn't like the p

Re: Minor documentation nitpick

2012-02-12 Thread David Kastrup
"Phil Holmes" writes: > In notation/input.tely, line 1100 or so we have: > > Automatic footnotes take three arguments; the @var{Layout Object} to be > annotated, the @var{(x . y)} position of the indicator and a > > The texinfo manual says: > > "Use the @var command to indicate metasyntactic vari

Re: Minor documentation nitpick

2012-02-12 Thread Graham Percival
On Sun, Feb 12, 2012 at 12:47:36PM -, Phil Holmes wrote: > Automatic footnotes take three arguments; the @var{Layout Object} to be > annotated, the @var{(x . y)} position of the indicator and a > > The texinfo manual says: > > "Use the @var command to indicate metasyntactic variables" and so i

Re: Minor documentation nitpick

2012-02-12 Thread David Kastrup
Graham Percival writes: > IIRC @var{} is displayed as @emph{@code{}}. It isn't. Not in Info. > I don't like using formatting commands directly, but let's do it > anyway. Recipe for trouble with a multi-output format like Texinfo. Either use @var{position} or @samp{(x . y)}, those are intende

Re: Google Summer of Code - Ideas List, please discuss

2012-02-12 Thread Janek Warchoł
W dniu 12 lutego 2012 12:51 użytkownik m...@apollinemike.com napisał: > >> 3) Horizontal Spacing of Objects Attached to Notes, esp. Accidentals: >> make spacing depend on tightness of the music.  This is thoroughly >> explained in issues 2141, 2142, 2143 ans 2144.  Also, the >> infrastructure need

Re: Google Summer of Code - Ideas List, please discuss

2012-02-12 Thread Graham Percival
On Sun, Feb 12, 2012 at 12:03:48PM +0100, Janek Warchoł wrote: > 2) Adding comprehensive MusicXML import and export features, together > with test suites for it. Requirements: ? (no idea in which language > this would be written), MusicXML, basic LilyPond and music notation > knowledge; familiarit

alternate GUB repo giving out access

2012-02-12 Thread Graham Percival
I've forked the GUB repo so I can easily give push access to people like Mike: https://github.com/gperciva/gub The CG has been updated. - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-deve

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-12 Thread David Kastrup
"m...@apollinemike.com" writes: > It'll go up on Rietveld in a couple days unless anyone has any other > global suggestions. Many thanks to Han-Wen, David, and Janek for > their feedback. What's with the translate_scale_rotate stuff? You only ever use the scale components, and it does not appe

Re: Google Summer of Code - Ideas List, please discuss

2012-02-12 Thread Janek Warchoł
W dniu 12 lutego 2012 15:13 użytkownik Graham Percival napisał: > On Sun, Feb 12, 2012 at 12:03:48PM +0100, Janek Warchoł wrote: >> 2) Adding comprehensive MusicXML import and export features, together >> with test suites for it.  Requirements: ? (no idea in which language >> this would be written

Re: git repository for osx-lilypond

2012-02-12 Thread Graham Percival
2012/2/11 Carl Sorensen : > In order to try to track this down, I'd like to have a git history to see > how things have changed. [...] > Can anybody tell me where I might find an up-to-date repository? https://github.com/gperciva/lilypad As of 2012 Feb 12, this is the latest repository for lilypa

Re: git repository for osx-lilypond

2012-02-12 Thread Graham Percival
On Sun, Feb 12, 2012 at 03:05:31PM +, Graham Percival wrote: > https://github.com/gperciva/lilypad I knew I forgot something. :( I have renamed the macos-lilypad branch on savannah to: archive/macos-lilypad Please do not pull or fetch to that branch. I was reluctant to delete it entirely

Checks to see that stencil commands have the correct number of arguments. (issue 5649054)

2012-02-12 Thread dak
http://codereview.appspot.com/5649054/diff/1/lily/stencil-expression.cc File lily/stencil-expression.cc (right): http://codereview.appspot.com/5649054/diff/1/lily/stencil-expression.cc#newcode31 lily/stencil-expression.cc:31: nargs = scm_permanent_object (scm_cons (scm_cons (ly_symbol2scm ("dumm

archive/ branches on savannah

2012-02-12 Thread Graham Percival
In case it's not totally obvious, don't push anything to an archive/ branch. I've renamed a few old branches that might mislead people, namely: web-> archive/web web-gop-> archive/web-gop macos-lilypad -> archive/macos-lilypad - Graham __

extract-texi-filenames - missing directories

2012-02-12 Thread Phil Holmes
When make doc is run, it complains about 3 missing directories - Documentation/hu/included; Documentation/cs/included and Documentation/zh/included. We could add these to the list of "known missing directories" in extract-texi-filename.py, but that would be bad if they were created. Anyone ob

Re: Minor documentation nitpick

2012-02-12 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: Sent: Sunday, February 12, 2012 1:00 PM Subject: Re: Minor documentation nitpick Graham Percival writes: IIRC @var{} is displayed as @emph{@code{}}. It isn't. Not in Info. I don't like using formatting commands directly, but let'

Re: extract-texi-filenames - missing directories

2012-02-12 Thread Graham Percival
On Sun, Feb 12, 2012 at 03:44:31PM -, Phil Holmes wrote: > When make doc is run, it complains about 3 missing directories - > Documentation/hu/included; Documentation/cs/included and > Documentation/zh/included. We could add these to the list of "known > missing directories" in extract-texi-fi

Re: extract-texi-filenames - missing directories

2012-02-12 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: "Devel Team" Sent: Sunday, February 12, 2012 4:04 PM Subject: Re: extract-texi-filenames - missing directories On Sun, Feb 12, 2012 at 03:44:31PM -, Phil Holmes wrote: When make doc is run, it complains about 3

Re: extract-texi-filenames - missing directories

2012-02-12 Thread Graham Percival
On Sun, Feb 12, 2012 at 04:13:42PM -, Phil Holmes wrote: > - Original Message - From: "Graham Percival" > > To: "Phil Holmes" > Cc: "Devel Team" > Sent: Sunday, February 12, 2012 4:04 PM > Subject: Re: extract-texi-filenames - missing directories > >... actually, come to think of it

Fwd: bar number collides with staff bracket when bass-clef is used

2012-02-12 Thread Colin Hall
Hi, Reinhold has reported a bug against 2.15.30, which has not yet been released, so I'm forwarding this to the developer list. Cheers, Colin. - Forwarded message from Reinhold Kainhofer - Date: Sun, 12 Feb 2012 16:36:26 +0100 From: Reinhold Kainhofer To: bug-lilypond Subject: ba

Re: Dubious recommendation about ragged-last-bottom in spacing.itely

2012-02-12 Thread Pavel Roskin
Quoting David Kastrup : 2012/2/10 Pavel Roskin : I believe the opposite should be suggested.  Large scores should set ragged-last-bottom to false.  For a large score, it's easy to fill a whole number of pages without much distortion.  Doing so increases readability of the piece without increasi

Re: Dubious recommendation about ragged-last-bottom in spacing.itely

2012-02-12 Thread David Kastrup
Pavel Roskin writes: > Speaking of the defaults, the default system-to-system distance is too > short for my taste. It may be OK it would save a page turn. However, > it's used on the last page with ragged-last-bottom=#t even if there is > enough space on the page to use the same system-to-syst

Re: extract-texi-filenames - missing directories

2012-02-12 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: "Devel Team" Sent: Sunday, February 12, 2012 4:30 PM Subject: Re: extract-texi-filenames - missing directories On Sun, Feb 12, 2012 at 04:13:42PM -, Phil Holmes wrote: - Original Message - From: "Graham

Re: Minor documentation nitpick

2012-02-12 Thread Phil Holmes
- Original Message - From: "Phil Holmes" To: ; "David Kastrup" Sent: Sunday, February 12, 2012 3:46 PM Subject: Re: Minor documentation nitpick - Original Message - From: "David Kastrup" To: Sent: Sunday, February 12, 2012 1:00 PM Subject: Re: Minor documentation nitpick

Re: git repository for osx-lilypond

2012-02-12 Thread Christian Hitz
Am 11.02.2012 um 19:57 schrieb Carl Sorensen: > On 2/11/12 5:30 AM, "Graham Percival" wrote: > >> On Sat, Feb 11, 2012 at 09:32:11AM +0100, Janek Warchoł wrote: >>> 2012/2/11 Carl Sorensen : In order to try to track this down, I'd like to have a git history to >>> see how things have

Re: Dubious recommendation about ragged-last-bottom in spacing.itely

2012-02-12 Thread Pavel Roskin
Quoting David Kastrup : Pavel Roskin writes: Speaking of the defaults, the default system-to-system distance is too short for my taste. It may be OK it would save a page turn. However, it's used on the last page with ragged-last-bottom=#t even if there is enough space on the page to use the

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-12 Thread m...@apollinemike.com
On Feb 12, 2012, at 3:40 PM, David Kastrup wrote: > "m...@apollinemike.com" writes: > >> It'll go up on Rietveld in a couple days unless anyone has any other >> global suggestions. Many thanks to Han-Wen, David, and Janek for >> their feedback. > > What's with the translate_scale_rotate stuff?

PATCH: Countdown to 20120214

2012-02-12 Thread Colin Campbell
For 20:00 MST Tuesday, February 14: surprise your Valentine! Critical: Issue 2301 : Patch: Fixes cross stem glissandi - R 5646043 Enhancement: Issue 2308

Re: PATCH: Countdown to 20120214

2012-02-12 Thread Colin Campbell
On 12-02-12 06:55 PM, Colin Campbell wrote: For 20:00 MST Tuesday, February 14: surprise your Valentine! Critical: Issue 2301 : Patch: Fixes cross stem glissandi - R 5646043 Enhancement:

Re: some comments and complaints on the code (issue 5651069)

2012-02-12 Thread joeneeman
http://codereview.appspot.com/5651069/diff/1/lily/accidental-placement.cc File lily/accidental-placement.cc (right): http://codereview.appspot.com/5651069/diff/1/lily/accidental-placement.cc#newcode211 lily/accidental-placement.cc:211: * @return A vector of Accidental_placement_entrys On 2012/02

Re: Gets vertical skylines from grob stencils (issue 5626052)

2012-02-12 Thread Joe Neeman
On Thu, Feb 9, 2012 at 9:50 AM, m...@apollinemike.com wrote: > On Feb 7, 2012, at 6:47 PM, m...@apollinemike.com wrote: > > > I did some experiments with caching that are up on: > dev/skylines-cached > > > Hey all, > > Fresh branch up at dev/skylines-cached. This patch should only increase > com