Re: Grob::vertical_less and DOWN/UP

2011-10-05 Thread David Kastrup
Keith OHara writes: > mike apollinemike.com apollinemike.com> writes: > >> Currently, I've written the function Grob::vertical_less such that >> it returns true for a grob that is higher than another grob. > > Then just call it vertical_higher() or just higher(). above/below > Then when y

Re: First stab at getting bar extents right. (issue 5186049)

2011-10-05 Thread Colin Campbell
On 11-10-05 12:09 PM, Graham Percival wrote: On Wed, Oct 05, 2011 at 07:56:55PM +0200, m...@apollinemike.com wrote: A bit more research for the non-feint-of-heart My heart is terribly clumsy; I can't distract or mislead anybody. Cheers, - Graham ___

Re: Grob::vertical_less and DOWN/UP

2011-10-05 Thread Keith OHara
mike apollinemike.com apollinemike.com> writes: > Currently, I've written the function Grob::vertical_less such that > it returns true for a grob that is higher than another grob. Then just call it vertical_higher() or just higher(). Then when you pass it to a sort function as the compariso

Fw: Re: Bug#615479: libguile 2.0 packages for Debian / Ubuntu?

2011-10-05 Thread Reinhold Kainhofer
- Ursprüngliche Mitteilung - Von: Rob Browning Gesendet : Do.,  6. Okt. 2011 03:11:58 CEST An: Reinhold Kainhofer Betreff: Re: Bug#615479: libguile 2.0 packages for Debian / Ubuntu? > Reinhold Kainhofer writes: > > > Do you have any estimate when guile 2.0 packages will finally be ava

Re: First stab at getting bar extents right. (issue 5186049)

2011-10-05 Thread Keith OHara
gmail.com> writes: > However, [barlines] do not block accidentals hanging > over, and furthermore, this extra height blocks some lyrics but not > others. Accidentals hanging over didn't seem to bother anybody, and we do want other things tied to note-columns to cross over bar-lines, such as te

Re: First stab at getting bar extents right. (issue 5186049)

2011-10-05 Thread Graham Percival
On Wed, Oct 05, 2011 at 07:56:55PM +0200, m...@apollinemike.com wrote: > A bit more research for the non-feint-of-heart My heart is terribly clumsy; I can't distract or mislead anybody. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gn

Re: First stab at getting bar extents right. (issue 5186049)

2011-10-05 Thread m...@apollinemike.com
On Oct 5, 2011, at 6:16 PM, mts...@gmail.com wrote: > Reviewers: , > > Message: > Hey all, > > I'm trying to use my new pure-from-neighbor functions to get bar extents > right. Currently, barlines are able to block ledger lines from trailing > over because of extra height added to the horizonta

First stab at getting bar extents right. (issue 5186049)

2011-10-05 Thread mtsolo
Reviewers: , Message: Hey all, I'm trying to use my new pure-from-neighbor functions to get bar extents right. Currently, barlines are able to block ledger lines from trailing over because of extra height added to the horizontal skylines in NonMusicalPaperColumn. However, they do not block acc

Re: Fix a few lilypond-book bugs on windows (Issue 1815). (issue 5183042)

2011-10-05 Thread Julien Rioux
On Wed, Oct 5, 2011 at 5:17 AM, Alex Austin wrote: > On Tue, Oct 4, 2011 at 3:22 PM, wrote: >> >> ... There are no hard links that I am aware of. > > http://msdn.microsoft.com/en-us/library/windows/desktop/aa365006(v=vs.85).aspx It is not a restriction of NTFS but of the windows C api and thus i

Re: website.make

2011-10-05 Thread Julien Rioux
On 05/10/2011 2:31 PM, Graham Percival wrote: On Sun, Oct 02, 2011 at 02:50:12PM +0200, Julien Rioux wrote: I had a look at website.make, and it strikes me as a shell script written in make. That's quite a fair assesement. You of course have loops in make, attached you find a short rewrite

horizontal skylines, span-bar-stubs, and SystemStartBars

2011-10-05 Thread m...@apollinemike.com
Hey all, I've been trying to clean up some of the new SpanBarStub code so that it works for the beginnings of systems too. In the attached file, you'll see that when the clefs and bar lines are removed from the system, the lyrics butt up against the SystemStartBar. Furthermore, it seems like

Re: website.make (was: Moving away from make)

2011-10-05 Thread Graham Percival
On Sun, Oct 02, 2011 at 02:50:12PM +0200, Julien Rioux wrote: > > I had a look at website.make, and it strikes me as a shell script > written in make. That's quite a fair assesement. > You of course have loops in make, attached you find a short rewrite > of that particular snippet. I can probabl

Re: New git cl :: rebase patches

2011-10-05 Thread Graham Percival
On Tue, Oct 04, 2011 at 04:08:45PM +0200, Julien Rioux wrote: > I guess most of us don't have any privilege to change this status on > googlepage. Actually, we try to give this privilege to everybody -- google code doesn't allow us to make it actually available to the whole world, but we add peopl

Re: Build dependencies for .texi files (issue 1852). (issue 5131045)

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

Re: Sketch for broken beams with consistent slopes (issue 4961041)

2011-10-05 Thread Mike Solomon
On Oct 4, 2011, at 7:47 PM, Han-Wen Nienhuys wrote: > On Tue, Oct 4, 2011 at 10:30 AM, Mike Solomon wrote: >> On Oct 4, 2011, at 3:26 PM, Han-Wen Nienhuys wrote: >> >>> You skipped the cosmetic patch that folds together the (SCM, SCM) >>> callbacks into one big quanting callback. >>> >> >> You

Re: Sketch for broken beams with consistent slopes (issue 4961041)

2011-10-05 Thread pkx166h
passes make but I get some reg tests show up. See http://code.google.com/p/lilypond/issues/detail?id=1844#c11 http://codereview.appspot.com/4961041/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypon

Re: Fixes footnote automatic numbering. (issue 4877041)

2011-10-05 Thread m...@apollinemike.com
On Oct 5, 2011, at 8:58 AM, pkx1...@gmail.com wrote: > Passes make and make check looks ok, I get something on page > ../regression/page-turn-page-breaking.log and I'm attaching the > graphviz.log output (as I don't know if it is significant). But nothing > else pops up. > Hey all, I need to lo