Fix the links to music samples in web-big-page (issue 1663). (issue 5276054)

2011-10-17 Thread pkx166h
Graham, This fails at the basic make stage ../configure ; make -j7 I also re-ran make multiple times to see if it was 'one of those things' but it fails the same. --snip-- make[2]: Leaving directory `/home/jlowe/lilypond-git/build/Documentation/included' make: Entering an unknown directory ma

Re: Add support for custom ledger positions, using two new staff-symbol properties (issue 4974075)

2011-10-17 Thread k-ohara5a5a
Most of the complexity is due to the repeating cycle facility. First, you might try out that feature, and reconsider whether it is worth the complexity in the code. http://codereview.appspot.com/4974075/diff/28001/lily/staff-symbol.cc File lily/staff-symbol.cc (right): http://codereview.appspo

Fix the 404 on contributor-big-page and contributor/website-build (issue 1917). (issue 5268050)

2011-10-17 Thread percival . music . ca
LGTM http://codereview.appspot.com/5268050/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Centralize the css files and fix the links to css files (issue 983). (issue 5285053)

2011-10-17 Thread percival . music . ca
LGTM http://codereview.appspot.com/5285053/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: convert-ly rule for beams

2011-10-17 Thread Graham Percival
On Mon, Oct 17, 2011 at 09:54:56AM +0200, m...@apollinemike.com wrote: >On Oct 17, 2011, at 9:11 AM, David Kastrup wrote: > > changes.tely? Or is that too user-level? > >changes.tely makes sense - I doubt any developer will have any doubt about >where these functions went, as th

Re: Add support for custom ledger positions, using two new staff-symbol properties (issue 4974075)

2011-10-17 Thread pierstitus
On 2011/10/17 05:11:59, Keith wrote: Piers, there are segfaults and infinite loops reported at http://code.google.com/p/lilypond/issues/detail?id=1972 I uploaded a new patch that fixes this issue, and gives a warning about unexpected behaviour when the list is not sorted. When the list is cont

coding partaayyy: what went down, why it went down, and how down it went

2011-10-17 Thread m...@apollinemike.com
Hey all, The franco-amercain codathon went very well, with people from all walks of life in attendance to code and chat LilyPond. Participants: Bertrand "LilyPond works like this except when it doesn't, which is most of the time" Bordage Loïc "for better or for verse" Chahine Cécile "I never g

Re: convert-ly rule for beams

2011-10-17 Thread m...@apollinemike.com
On Oct 17, 2011, at 9:11 AM, David Kastrup wrote: > "m...@apollinemike.com" writes: > >> Hey all, >> >> Before I push the beam slope patch, I wanted to touch base regarding >> convert-ly rules for it so I avoid the problems I ran into with flags. >> In this patch, I am eliminating several Schem

Re: convert-ly rule for beams

2011-10-17 Thread David Kastrup
"m...@apollinemike.com" writes: > Hey all, > > Before I push the beam slope patch, I wanted to touch base regarding > convert-ly rules for it so I avoid the problems I ran into with flags. > In this patch, I am eliminating several Scheme callbacks (but not the > properties for which these callbac

convert-ly rule for beams

2011-10-17 Thread m...@apollinemike.com
Hey all, Before I push the beam slope patch, I wanted to touch base regarding convert-ly rules for it so I avoid the problems I ran into with flags. In this patch, I am eliminating several Scheme callbacks (but not the properties for which these callbacks are used - namely, the positions propert