Re: Close or document the stretchability=0 backdoor?

2011-05-31 Thread Keith OHara
On Tue, 31 May 2011 01:14:45 -0700, Joe Neeman wrote: On Fri, May 27, 2011 at 10:44 PM, Keith OHara wrote: If the flexible-vertical-spacing variable 'stretchability is defined, but has value 0.0, then a) the staves will not stretch to fill extra space b) the staves will not compress, making

Re: Emit not-quite-cross-staff beams in the right context. (issue4564041)

2011-05-31 Thread k-ohara5a5a
On 2011/05/31 08:19:42, joeneeman wrote: the Beam's Y-parent will be the VerticalAxisGroup of the bottom staff and Beam::calc_cross_staff will return false. Old patch didn't; but new patch does. LGTM http://codereview.appspot.com/4564041/ ___ lilyp

Re: 2.13.63 regtests

2011-05-31 Thread Keith OHara
Phil Holmes philholmes.net> writes: > > "Phil Holmes" philholmes.net> wrote in message > news:is2ucp$h53$1 dough.gmane.org... > > Official site looks good - some slight changes in where lyrics are placed, Formerly, the padding=0.2 and minimum-distance=2.8 were erroneously added together to

Re: Allows LilyPond to ignore certain note-heads in a stem. (issue4547058)

2011-05-31 Thread mtsolo
On 2011/05/31 16:33:22, Neil Puttock wrote: Hi Mike, Have you considered what might happen if a user tries to get rid of all stems? \relative c' { \once \override NoteHead #'stem-attachment = ##f c4 } -> segfault I think I'd prefer an event to control this (I realize this greatl

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread Neil Puttock
On 31 May 2011 19:07, m...@apollinemike.com wrote: > I actually tried this, but the issue is that when new grobs are made outside > of an engraver context (i.e. broken spanners), there is no way to keep track > of them.  This seems the only way to catch every grob made during a session.   > Unl

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-05-31 Thread mtsolo
On 2011/05/31 16:41:01, Neil Puttock wrote: http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm File scm/output-lib.scm (right): http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm#newcode798 scm/output-lib.scm:798: (bd `((left . ,l) (right . ,r This overwrit

Re: what is the correct terminology for...

2011-05-31 Thread Trevor Daniels
James Lowe wrote Tuesday, May 31, 2011 6:18 PM Consider a function: \transposedCueDuring #"piccolo" #UP Are the ' #" ' variables, arguments, values, identifiers or what? What is the correct term for these two 'things' in this context? I'd call them arguments, but if you feel the need to us

Re: make doc

2011-05-31 Thread Graham Percival
On Tue, May 31, 2011 at 06:27:06PM +0100, Phil Holmes wrote: > - Original Message - From: "Graham Percival" > >On Tue, May 31, 2011 at 03:31:23PM +0100, Phil Holmes wrote: > >>Where should the logfiles go? > > > >Same place as the 4b/lily-1234abcd.ly files. Just make a > >4b/lily-1234abcd.

Re: no anonymous functions in define-grobs.scm?

2011-05-31 Thread Neil Puttock
On 26 May 2011 17:29, Joe Neeman wrote: > The attached patch fixes issue 1300, but I'm wary of it because > define-grobs.scm:23 says " WARNING: don't use anonymous functions for > initialization." Does anyone know why that is? Nope. Perhaps it's something to do with documentation generation.

Re: what is the correct terminology for...

2011-05-31 Thread Reinhold Kainhofer
Am Dienstag, 31. Mai 2011, 19:18:17 schrieb James Lowe: > Hello, > > Consider a function: > > \transposedCueDuring #"piccolo" #UP > > Are the ' #" ' variables, arguments, values, identifiers or what? > > What is the correct term for these two 'things' in this context? The # simply indicates th

Re: make doc

2011-05-31 Thread Graham Percival
On Tue, May 31, 2011 at 03:31:23PM +0100, Phil Holmes wrote: > Where should the logfiles go? Same place as the 4b/lily-1234abcd.ly files. Just make a 4b/lily-1234abcd.log file. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org ht

Re: Implements multiple-line non-cross-staff glissandi (issue4527086)

2011-05-31 Thread n . puttock
http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm File scm/output-lib.scm (right): http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm#newcode798 scm/output-lib.scm:798: (bd `((left . ,l) (right . ,r This overwrites any user overrides for left-broken/right-bro

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread m...@apollinemike.com
On May 31, 2011, at 5:28 PM, n.putt...@gmail.com wrote: > On 2011/05/31 15:57:51, MikeSol wrote: >> This patch'll be useful for some advanced tweaks I'm doing while > running >> LilyPond in multiple passes. Lemme know if it looks all right. > > Hmm, I'm not convinced, particularly as you could

Re: Allows LilyPond to ignore certain note-heads in a stem. (issue4547058)

2011-05-31 Thread n . puttock
Hi Mike, Have you considered what might happen if a user tries to get rid of all stems? \relative c' { \once \override NoteHead #'stem-attachment = ##f c4 } -> segfault I think I'd prefer an event to control this (I realize this greatly increases the complexity for little benefit though),

Re: 2.13.63 regtests

2011-05-31 Thread Phil Holmes
"Phil Holmes" wrote in message news:is2ucp$h53$1...@dough.gmane.org... Official site looks good - some slight changes in where lyrics are placed, and new warnings about midi wrapping but nothing else I can see. One of the midi gurus might check that the warnings are expected. I'll do my pixe

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread n . puttock
On 2011/05/31 15:57:51, MikeSol wrote: This patch'll be useful for some advanced tweaks I'm doing while running LilyPond in multiple passes. Lemme know if it looks all right. Hmm, I'm not convinced, particularly as you could easily do the same thing via a Scheme engraver. Cheers, Neil http

Re: make doc

2011-05-31 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: "Carl Sorensen" ; Sent: Tuesday, May 31, 2011 5:19 PM Subject: Re: make doc On Tue, May 31, 2011 at 03:31:23PM +0100, Phil Holmes wrote: Where should the logfiles go? Same place as the 4b/lily-1234abcd.ly files.

what is the correct terminology for...

2011-05-31 Thread James Lowe
Hello, Consider a function: \transposedCueDuring #"piccolo" #UP Are the ' #" ' variables, arguments, values, identifiers or what? What is the correct term for these two 'things' in this context? James ___ lilypond-devel mailing list lilypond-devel@g

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread David Kastrup
mts...@gmail.com writes: > Reviewers: , > > Message: > This patch'll be useful for some advanced tweaks I'm doing while running > LilyPond in multiple passes. Lemme know if it looks all right. > > Cheers, > MS > > Description: > Gives each grob an integer hash. That's not a hash. It is an Id.

Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread mtsolo
Reviewers: , Message: This patch'll be useful for some advanced tweaks I'm doing while running LilyPond in multiple passes. Lemme know if it looks all right. Cheers, MS Description: Gives each grob an integer hash. Please review this at http://codereview.appspot.com/4515166/ Affected files:

Re: Allows LilyPond to ignore certain note-heads in a stem. (issue4547058)

2011-05-31 Thread mtsolo
On 2011/05/31 12:39:03, Graham Percival wrote: On 2011/05/31 06:59:21, http://mike_apollinemike.com wrote: > Graham, could you include this in your next countdown? I see trees of green, red roses too, I watch them bloom for me and you and the broken input/regression/drums.ly And I think to m

2.13.63 regtests

2011-05-31 Thread Phil Holmes
Official site looks good - some slight changes in where lyrics are placed, and new warnings about midi wrapping but nothing else I can see. One of the midi gurus might check that the warnings are expected. I'll do my pixel comparison when I'm cooking dinner. -- Phil Holmes Bug Squad

Re: make doc

2011-05-31 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: "Phil Holmes" Cc: "Carl Sorensen" ; Sent: Tuesday, May 31, 2011 1:09 PM Subject: Re: make doc On Mon, May 30, 2011 at 07:56:11PM +0100, Phil Holmes wrote: OK - so I now know how to redirect the output from lilypond-book.py when it's

Re: make doc

2011-05-31 Thread Graham Percival
On Tue, May 31, 2011 at 01:03:03PM +, James Lowe wrote: > )2) you could try to build a specific manual. I have a vague recollection > that > )this can be done with > ) cd Documentation/ > ) make out=www out-www/learning/index.html but this is a *very* vague > )recolection. > > [James' repl

RE: make doc

2011-05-31 Thread James Lowe
Hello, )-Original Message- )From: lilypond-devel-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-devel-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Graham Percival )Sent: 31 May 2011 13:10 )To: Phil Holmes )Cc: lilypond-devel@gnu.org )Subject: Re: make doc ) )2) you cou

Re: Allows LilyPond to ignore certain note-heads in a stem. (issue4547058)

2011-05-31 Thread percival . music . ca
On 2011/05/31 06:59:21, mike_apollinemike.com wrote: Graham, could you include this in your next countdown? I see trees of green, red roses too, I watch them bloom for me and you and the broken input/regression/drums.ly And I think to myself, what a wonderful world. I hear babies cry, I watch

Re: make doc

2011-05-31 Thread Graham Percival
On Mon, May 30, 2011 at 07:56:11PM +0100, Phil Holmes wrote: > OK - so I now know how to redirect the output from lilypond-book.py > when it's making, for example, collated-files.tely - I can redirect > it to collated-files.log. FWIW simply doing the redirect on > /input/regression/out-www/collate

Re: Emit not-quite-cross-staff beams in the right context. (issue4564041)

2011-05-31 Thread joeneeman
Hey Joe, Lines 1207-1209 in beam.cc are a kludge that I believe your patch resolves. You may want to consider removing these lines and testing to see if it still passes regtests. If so, I think you can nix these lines permanently. After fixing my patch, I can indeed remove those lines.

RE: Script priority and vertical ordering of scripts on chords

2011-05-31 Thread James Lowe
Hello, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Nick Payne )Sent: 31 May 2011 00:01 )To: Carl Sorensen )Cc: lilypond-u...@gnu.org )Subject: Re: Script priority and vertical

Valgrinding lilypond for a stack trace

2011-05-31 Thread Mike Solomon
Hey all, I am doing some devel on lilypond and I'm getting a persistent Scheme error at a certain point. Before I insert a litany of pretty-prints to figure out where this is happening, is there a way to valgrind lilypond so that it dumps all functions called into a file in linear order? I'd

Re: Emit not-quite-cross-staff beams in the right context. (issue4564041)

2011-05-31 Thread m...@apollinemike.com
On May 31, 2011, at 9:19 AM, joenee...@gmail.com wrote: > Reviewers: Keith, > > Message: > On 2011/05/28 18:43:19, Keith wrote: >> I would love to test, but don't know enough of the internals to see > what this >> does. > > If you take your example from comment 5 of issue 1043, without manual >

Re: Emit not-quite-cross-staff beams in the right context. (issue4564041)

2011-05-31 Thread joeneeman
Reviewers: Keith, Message: On 2011/05/28 18:43:19, Keith wrote: I would love to test, but don't know enough of the internals to see what this does. If you take your example from comment 5 of issue 1043, without manual beaming, the Beam's Y-parent will be the VerticalAxisGroup of the top staf

Re: Close or document the stretchability=0 backdoor?

2011-05-31 Thread Joe Neeman
On Fri, May 27, 2011 at 10:44 PM, Keith OHara wrote: > One of the special-cases in the LilyPond code is confusing me. > ( This special-case code is in Page_layout_Problem::get_fixed_spacing(). ) > > If the flexible-vertical-spacing variable 'stretchability is defined, but > has > value 0.0, such