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

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

Re: Minor documentation nitpick

2012-02-12 Thread David Kastrup
Phil Holmes em...@philholmes.net 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

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 it

Re: Minor documentation nitpick

2012-02-12 Thread David Kastrup
Graham Percival gra...@percival-music.ca 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 .

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 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

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; familiarity

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

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

2012-02-12 Thread David Kastrup
m...@apollinemike.com 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

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 gra...@percival-music.ca 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

Re: git repository for osx-lilypond

2012-02-12 Thread Graham Percival
2012/2/11 Carl Sorensen c_soren...@byu.edu: 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

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

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

Re: Minor documentation nitpick

2012-02-12 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: lilypond-devel@gnu.org Sent: Sunday, February 12, 2012 1:00 PM Subject: Re: Minor documentation nitpick Graham Percival gra...@percival-music.ca writes: IIRC @var{} is displayed as @emph{@code{}}. It isn't. Not in Info.

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

Re: extract-texi-filenames - missing directories

2012-02-12 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Phil Holmes em...@philholmes.net Cc: Devel Team lilypond-devel@gnu.org Sent: Sunday, February 12, 2012 4:04 PM Subject: Re: extract-texi-filenames - missing directories On Sun, Feb 12, 2012 at 03:44:31PM -,

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 gra...@percival-music.ca To: Phil Holmes em...@philholmes.net Cc: Devel Team lilypond-devel@gnu.org Sent: Sunday, February 12, 2012 4:04 PM Subject: Re: extract-texi-filenames -

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 reinh...@fam.tuwien.ac.at - Date: Sun, 12 Feb 2012 16:36:26 +0100 From: Reinhold Kainhofer

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

2012-02-12 Thread Pavel Roskin
Quoting David Kastrup d...@gnu.org: 2012/2/10 Pavel Roskin pro...@gnu.org: 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

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

2012-02-12 Thread David Kastrup
Pavel Roskin pro...@gnu.org 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

Re: extract-texi-filenames - missing directories

2012-02-12 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Phil Holmes em...@philholmes.net Cc: Devel Team lilypond-devel@gnu.org Sent: Sunday, February 12, 2012 4:30 PM Subject: Re: extract-texi-filenames - missing directories On Sun, Feb 12, 2012 at 04:13:42PM -,

Re: Minor documentation nitpick

2012-02-12 Thread Phil Holmes
- Original Message - From: Phil Holmes m...@philholmes.net To: lilypond-devel@gnu.org; David Kastrup d...@gnu.org Sent: Sunday, February 12, 2012 3:46 PM Subject: Re: Minor documentation nitpick - Original Message - From: David Kastrup d...@gnu.org To: lilypond-devel@gnu.org

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 gra...@percival-music.ca wrote: On Sat, Feb 11, 2012 at 09:32:11AM +0100, Janek Warchoł wrote: 2012/2/11 Carl Sorensen c_soren...@byu.edu: In order to try to track this down, I'd like to have a git history to

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

2012-02-12 Thread Pavel Roskin
Quoting David Kastrup d...@gnu.org: Pavel Roskin pro...@gnu.org 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

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 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

PATCH: Countdown to 20120214

2012-02-12 Thread Colin Campbell
For 20:00 MST Tuesday, February 14: surprise your Valentine! Critical: Issue 2301 http://code.google.com/p/lilypond/issues/detail?id=2301: Patch: Fixes cross stem glissandi - R 5646043 http://codereview.appspot.com/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 http://code.google.com/p/lilypond/issues/detail?id=2301: Patch: Fixes cross stem glissandi - R 5646043 http://codereview.appspot.com/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

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 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