Re: Issue 2356 in lilypond: Lilypond segfaults

2012-03-04 Thread lilypond
Comment #37 on issue 2356 by d...@gnu.org: Lilypond segfaults http://code.google.com/p/lilypond/issues/detail?id=2356 Regarding comment #34: now that you have written that up, put it in a comment at the top of the file. If you don't feel like weeding it out to make it self-contained, put

Re: Issue 2356 in lilypond: Lilypond segfaults

2012-03-04 Thread lilypond
Comment #38 on issue 2356 by mts...@gmail.com: Lilypond segfaults http://code.google.com/p/lilypond/issues/detail?id=2356#c38 Uses derived_mark to avoid segfault http://codereview.appspot.com/5729051 ___ bug-lilypond mailing list bug-lilypond@gnu.or

\grace after \cadenzaOff suppresses auto-beams

2012-03-04 Thread David Bobroff
This is weird. Maybe known. I tried to search the issues database but did not find anything. It's possible I don't know how to effectively search it. Here goes; in the following example the auto-beaming is still off following \cadenzaOff if a \grace (or \appoggiatura) follows immediately a

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Updates: Labels: Patch-new Comment #1 on issue 2376 by mts...@gmail.com: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376#c1 Makes empty stencil and point stencil functions http://codereview.appspot.com/5726053 _

Re: \grace after \cadenzaOff suppresses auto-beams

2012-03-04 Thread -Eluze
David Bobroff wrote: > > This is weird. Maybe known. I tried to search the issues database but > did not find anything. It's possible I don't know how to effectively > search it. > > Here goes; in the following example the auto-beaming is still off > following \cadenzaOff if a \grace (or

Re: Issue 2356 in lilypond: Lilypond segfaults

2012-03-04 Thread lilypond
Comment #39 on issue 2356 by mts...@gmail.com: Lilypond segfaults http://code.google.com/p/lilypond/issues/detail?id=2356#c39 Uses derived_mark to avoid segfault http://codereview.appspot.com/5729051 ___ bug-lilypond mailing list bug-lilypond@gnu.or

Re: \grace after \cadenzaOff suppresses auto-beams

2012-03-04 Thread James
Hello, On 4 March 2012 09:48, -Eluze wrote: > > > David Bobroff wrote: >> >> This is weird.  Maybe known.  I tried to search the issues database but >> did not find anything.  It's possible I don't know how to effectively >> search it. >> >> Here goes; in the following example the auto-beaming is

Re: Issue 2369 in lilypond: Strange interaction between page number settings and footnote

2012-03-04 Thread lilypond
Comment #1 on issue 2369 by mts...@gmail.com: Strange interaction between page number settings and footnote http://code.google.com/p/lilypond/issues/detail?id=2369 My fix to 2376 fixes this as well (after the empty-stencil syntax change). ___ bug-

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Updates: Labels: Bounty Comment #3 on issue 984 by v.villen...@gmail.com: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984 I'm putting a €80 bounty on this one. It prevents me from publishing my latest work.

Re: \grace after \cadenzaOff suppresses auto-beams

2012-03-04 Thread -Eluze
James-379 wrote: > > If you use > > \set Timing.measurePosition = #(ly:make-moment -1 2) > > Does the warning go away? > it goes - but the notes after the cadenza are still unbeamed! Eluze -- View this message in context: http://old.nabble.com/%5Cgrace-after-%5CcadenzaOff-suppresses-auto-b

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #2 on issue 2376 by d...@gnu.org: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 Too invasive for my taste. There is nothing wrong with having a single null stencil and/or empty stencil. What is wrong is when

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Updates: Owner: d...@gnu.org Cc: v.villen...@gmail.com Comment #4 on issue 984 by d...@gnu.org: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984 I am having a go at it. I need to get more accustomed to engra

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #3 on issue 2376 by mts...@gmail.com: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 You're right that it's invasive, but that doesn't bother me, as I think the change is more coherent w/ how LilyPond handles st

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #4 on issue 2376 by d...@gnu.org: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 I have no clue how stencils are represented internally. And while one may have mixed feelings about point-stencil, something like

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #5 on issue 2376 by mts...@gmail.com: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 This code matches up with how stencils are represented internally and how the code uses then in general. One could, for examp

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #6 on issue 2376 by d...@gnu.org: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 A whole note stencil has properties. A non-empty list has elements, a non-empty string has characters. Those can be changed and

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #7 on issue 2376 by mts...@gmail.com: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 « There will be lots of situations where one will want to pass a typed equivalent of "nothing", and it is a nuisance if "nothi

Re: Issue 2373 in lilypond: Windows Start Menu short cut to 'Examples' is invalid

2012-03-04 Thread lilypond
Updates: Status: Started Owner: philehol...@gmail.com Comment #3 on issue 2373 by philehol...@gmail.com: Windows Start Menu short cut to 'Examples' is invalid http://code.google.com/p/lilypond/issues/detail?id=2373 Patch for GUB sent to GP. __

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Updates: Labels: Patch-new Comment #5 on issue 984 by mts...@gmail.com: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984#c5 Allows seconds to merge http://codereview.appspot.com/5729057 ___

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Comment #6 on issue 984 by mts...@gmail.com: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984 I sent David an e-mail about this, as he and I had a Newton-Leibnitz problem on this issue (w/in seconds of the bounty, I starte

Issue 2378 in lilypond: Patch: Various updates to reduce make doc output

2012-03-04 Thread lilypond
Status: New Owner: Labels: Type-Patch Patch-new New issue 2378 by philehol...@gmail.com: Patch: Various updates to reduce make doc output http://code.google.com/p/lilypond/issues/detail?id=2378 Various updates to reduce make doc output http://codereview.appspot.com/5727055 ___

Re: Issue 2333 in lilypond: extract-texi-filenames doesn't ignore comments

2012-03-04 Thread lilypond
Comment #9 on issue 2333 by philehol...@gmail.com: extract-texi-filenames doesn't ignore comments http://code.google.com/p/lilypond/issues/detail?id=2333 I'd like to get this pushed to get rid of a few messages in make doc. Reinhold - could you push, please? I'll do it in a few days if no

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Updates: Labels: Patch-review Comment #8 on issue 2376 by d...@gnu.org: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376#c8 Patchy the autobot says: LGTM. But I don't like all that performance hit just because fo

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #9 on issue 2376 by d...@gnu.org: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 I've taken a look at the Scheme functions for stencils, and they basically _all_ create copies whenever they operate on a stencil.

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Comment #10 on issue 2376 by d...@gnu.org: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 To quote from stencil.hh: * Do not create Stencil objects on the heap. That includes passing around Stencil* which are pro

Re: Issue 2356 in lilypond: Lilypond segfaults

2012-03-04 Thread lilypond
Updates: Labels: Patch-review Comment #40 on issue 2356 by d...@gnu.org: Lilypond segfaults http://code.google.com/p/lilypond/issues/detail?id=2356#c40 Patchy the autobot says: LGTM. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://

Re: Issue 2148 in lilypond: vertical skylines should use stencil integrals

2012-03-04 Thread lilypond
Updates: Labels: Patch-review Comment #97 on issue 2148 by d...@gnu.org: vertical skylines should use stencil integrals http://code.google.com/p/lilypond/issues/detail?id=2148#c97 Patchy the autobot says: LGTM. But all visual problems reported in the last review have stayed unchang

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Updates: Labels: Patch-review Comment #7 on issue 984 by d...@gnu.org: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984#c7 Patchy the autobot says: LGTM. collision-head-chords (second example could conceivably als

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Comment #8 on issue 984 by d...@gnu.org: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984 In previous comment, "second example" actually refers to the group in the second measure (which is quite far from being the second e

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Updates: Labels: -Patch-review Patch-needs_work Comment #9 on issue 984 by k-ohara5...@oco.net: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984 The "second example" in the second measure of ‘collision-head-chords.ly

Re: Issue 984 in lilypond: Noteheads don't merge when one of the voices contains a second

2012-03-04 Thread lilypond
Comment #10 on issue 984 by d...@gnu.org: Noteheads don't merge when one of the voices contains a second http://code.google.com/p/lilypond/issues/detail?id=984 Hi Keith, Mike has expressed his willingness to let me take this issue over and "do it my way". My personal take is to conceptual

Re: \grace after \cadenzaOff suppresses auto-beams

2012-03-04 Thread David Bobroff
On 3/4/2012 9:48 AM, -Eluze wrote: David Bobroff wrote: This is weird. Maybe known. I tried to search the issues database but did not find anything. It's possible I don't know how to effectively search it. Here goes; in the following example the auto-beaming is still off following \cadenzaO

Re: \grace after \cadenzaOff suppresses auto-beams

2012-03-04 Thread David Bobroff
On 3/4/2012 9:40 PM, David Bobroff wrote: On 3/4/2012 9:48 AM, -Eluze wrote: David Bobroff wrote: This is weird. Maybe known. I tried to search the issues database but did not find anything. It's possible I don't know how to effectively search it. Here goes; in the following example the au

Issue 2379 in lilypond: resetting autoBeaming after a cadenza

2012-03-04 Thread lilypond
Status: Accepted Owner: Labels: Type-Defect New issue 2379 by elu...@gmail.com: resetting autoBeaming after a cadenza http://code.google.com/p/lilypond/issues/detail?id=2379 usually, auto beaming after a cadenza keeps turned off if it continues with a grace \version "2.15.31" \relative

Re: Issue 2378 in lilypond: Patch: Various updates to reduce make doc output

2012-03-04 Thread lilypond
Updates: Labels: Patch-review Comment #1 on issue 2378 by d...@gnu.org: Patch: Various updates to reduce make doc output http://code.google.com/p/lilypond/issues/detail?id=2378#c1 Patchy the autobot says: LGTM. ___ bug-lilypond mailing lis

Re: Issue 2148 in lilypond: vertical skylines should use stencil integrals

2012-03-04 Thread lilypond
Updates: Labels: -Patch-review Patch-needs_work Comment #98 on issue 2148 by colinpkc...@gmail.com: vertical skylines should use stencil integrals http://code.google.com/p/lilypond/issues/detail?id=2148 Per David's comment, this has almost certai9nly got a locki on the most discusse

Re: Issue 2376 in lilypond: Automatic footnotes on \null markups causes unexpected results

2012-03-04 Thread lilypond
Updates: Owner: mts...@gmail.com Labels: -Patch-review Patch-needs_work Comment #11 on issue 2376 by colinpkc...@gmail.com: Automatic footnotes on \null markups causes unexpected results http://code.google.com/p/lilypond/issues/detail?id=2376 There seems to be quite divergent