lilypond | 1 Mar 2012 01:05

Re: Issue 2041 in lilypond: Show info gives wrong version


Comment #1 on issue 2041 by colingh... <at> gmail.com: Show info gives wrong  
version
http://code.google.com/p/lilypond/issues/detail?id=2041

"Show Info" reports the correct version string "2.15.31-1" for the Lilypond  
2.15.31 application icon on MacOS X PPC 10.3.9
Janek Warchoł | 1 Mar 2012 01:23
Picon

Re: wrong position of a tie between notes in chord

On Wed, Feb 29, 2012 at 11:32 PM, -Eluze <eluzew <at> gmail.com> wrote:
>
> Janek Warchoł-2 wrote:
>> yup... since half a year i'm writing a detailed and systematic report
>> on LilyPond ties, which includes cases like this.  However, i'm so
>> much absorbed by the other stuff (like preparing Google Summer of Code
>> application for LilyPond) that i cannot finish it.
>> :(
>
> may I point to the strangely different behavior in the following example -
> once with \tieDown and \stemDown once with \voiceTwo:
>
> http://old.nabble.com/file/p33417534/test4.png

interesting example.  Seems to be a consequence of dot placement.

thanks,
Janek

_______________________________________________
bug-lilypond mailing list
bug-lilypond <at> gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
lilypond | 1 Mar 2012 01:34

Re: Issue 2337 in lilypond: Endless Loop

Updates:
	Status: Verified

Comment #14 on issue 2337 by colingh... <at> gmail.com: Endless Loop
http://code.google.com/p/lilypond/issues/detail?id=2337

Verified on WinXP SP1 x86
lilypond | 1 Mar 2012 01:44

Re: Issue 2343 in lilypond: Faulty file-naming when outputting multiple \books

Updates:
	Status: Verified

Comment #14 on issue 2343 by colingh... <at> gmail.com: Faulty file-naming when  
outputting multiple \books
http://code.google.com/p/lilypond/issues/detail?id=2343

Verified fixed in release 2.15.31 using WinXP SP3 x86.
lilypond | 1 Mar 2012 01:58

Re: Issue 1902 in lilypond: scheme engravers cause "warning: Attempting to remove nonexisting listener."

Updates:
	Status: Verified

Comment #9 on issue 1902 by colingh... <at> gmail.com: scheme engravers  
cause "warning: Attempting to remove nonexisting listener."
http://code.google.com/p/lilypond/issues/detail?id=1902

Verified with version 2.15.31 running on WinXP SP3 x86
lilypond | 1 Mar 2012 02:04

Re: Issue 2318 in lilypond: kievan notation contexts should not contain time_signature_engraver


Comment #13 on issue 2318 by colingh... <at> gmail.com: kievan notation contexts  
should not contain time_signature_engraver
http://code.google.com/p/lilypond/issues/detail?id=2318

Not quite sure how to verify this. I checked the code review and it seems  
to be a very small change.

I used git log origin to verify that the above committish is in release  
2.15.31.

Can one of the devs supply a regression test or tiny example so that I can  
verify this properly?
lilypond | 1 Mar 2012 02:11

Re: Issue 2219 in lilypond: Set makeinfo and texi2html error limit to zero


Comment #16 on issue 2219 by colingh... <at> gmail.com: Set makeinfo and  
texi2html error limit to zero
http://code.google.com/p/lilypond/issues/detail?id=2219

A change to the build system so, bug squad can't verify this.

Can one of the devs verify this, please? Thanks.
lilypond | 1 Mar 2012 02:30

Re: Issue 2328 in lilypond: Ledger lines in PNG output have white interior

Updates:
	Status: Verified

Comment #13 on issue 2328 by colingh... <at> gmail.com: Ledger lines in PNG  
output have white interior
http://code.google.com/p/lilypond/issues/detail?id=2328

Verified with 2.15.31 on linux x86
lilypond | 1 Mar 2012 03:33

Re: Issue 2358 in lilypond: Patch: Allow music with layout instructions in output definitions.

Updates:
	Labels: Patch-review

Comment #12 on issue 2358 by d... <at> gnu.org: Patch: Allow music with layout  
instructions in output definitions.
http://code.google.com/p/lilypond/issues/detail?id=2358#c12

Patchy the autobot says: LGTM.
lilypond | 1 Mar 2012 08:11

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


Comment #83 on issue 2148 by mts... <at> gmail.com: vertical skylines should use  
stencil integrals
http://code.google.com/p/lilypond/issues/detail?id=2148

markup-note-dot.ly is, in my opinion, an improvement, as the dot of the  
whole note was uncomfortably close to the half note.  figured-bass-implicit  
is an interesting case: Before, the "p" of implicit shifted the whole  
markup up whereas now it fits between two figured bass symbols.  One way to  
fix this is to make the vertical-skylines for BassFigureLine simpler so  
that they can't be interlocked with the vertical axis group above or  
below.  I'd be interested in hearing from a figured bass expert, but this'd  
likely be a separate commit.

All of the changes in sizeX come from an interesting phenomenon with the  
forte glyph.  The cozy spacing in the original sizeX.ly regtests comes from  
the fact that the bounding box is set to be smaller than the actual glyph.   
This results in almost-collisions between cantabile and forte.  In my  
newest patchset, the outside-staff-horizontal-padding pushes cantabile to  
the outside of forte.  If you change the word to "liedhaft", the problem  
goes away.

It's a matter of taste if people like objects so closely spaced.  One way  
to achieve this in the current model is to use horizontal skylines in  
add_grobs_of_one_priority instead of the Skyline::left () and  
Skyline::right () to determine bounds.  But this'd definitely be another  
patch.  For the moment, for me, it's not a game breaker.

I don't think transparency is having an impact anymore.
(Continue reading)


Gmane