Re: Adds stem acknowledgement to beam collision engraver to fix issue 795. (issue4337045)

2011-04-05 Thread mtsolo
Just kickin' up some dirt, as I haven't heard on this for 4 days. Now that dynamic beam collision is pushed, I can see this patch going one of two ways: I update quote-during.ly to kill beam collision avoidance. I don't update it (preferred option). I'd like to get this pushed in the next 24 ho

Re: Allows beam collision to be turned off for certain interfaces. (issue4339053)

2011-04-05 Thread m...@apollinemike.com
On Apr 5, 2011, at 4:00 PM, percival.music...@gmail.com wrote: > LGTM, passes regtests. > > > http://codereview.appspot.com/4339053/diff/1/input/regression/beam-collision-off.ly > File input/regression/beam-collision-off.ly (right): > > http://codereview.appspot.com/4339053/diff/1/input/regress

release candidate planning

2011-04-05 Thread Graham Percival
Jan has just fixed the 1 reported Critical bug in release candidate 5 (a bug wherein the midi output ignored rests). Unless I hear otherwise, I'll go ahead with release candidate 6 in 24 hours. Are there any other known Critical problems? I'd really like RC 6 or 7 to be the last one. Users: thi

Re: Allows beam collision to be turned off for certain interfaces. (issue4339053)

2011-04-05 Thread percival . music . ca
LGTM, passes regtests. http://codereview.appspot.com/4339053/diff/1/input/regression/beam-collision-off.ly File input/regression/beam-collision-off.ly (right): http://codereview.appspot.com/4339053/diff/1/input/regression/beam-collision-off.ly#newcode8 input/regression/beam-collision-off.ly:8:

Re: Allows beam collision to be turned off for certain interfaces. (issue4339053)

2011-04-05 Thread hanwenn
LGTM http://codereview.appspot.com/4339053/diff/1/lily/beam-collision-engraver.cc File lily/beam-collision-engraver.cc (right): http://codereview.appspot.com/4339053/diff/1/lily/beam-collision-engraver.cc#newcode60 lily/beam-collision-engraver.cc:60: break; you can do for .. if (covered->has

New Italian PO file for 'lilypond' (version 2.13.53)

2011-04-05 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'lilypond' has been submitted by the Italian team of translators. The file is available at: http://translationproject.org/latest/lilypond/it.po (We can arrange things so tha

Re: improvement(s) on LSR 445

2011-04-05 Thread -Eluze
Gilles THIBAULT wrote: > > >> both solutions eliminate dynamics and articulations on all notes! > > Have you try something like that : > > %%% > deleteFingering = #(define-music-function (parser location music) > (ly:music?) > (music-filter >(lambda (evt) > (not (m

Allows beam collision to be turned off for certain interfaces. (issue4339053)

2011-04-05 Thread mtsolo
Reviewers: , Message: After some discussion on devel, it seems like a suitable thing to do in the beam collision engraver would be to provide an opt-out for beam collision. Irrespective of how the stem thing winds up getting resolved, I think it's a good idea to be able to switch avoidance on an

Re: improvement(s) on LSR 445

2011-04-05 Thread Gilles THIBAULT
both solutions eliminate dynamics and articulations on all notes! Have you try something like that : %%% deleteFingering = #(define-music-function (parser location music) (ly:music?) (music-filter (lambda (evt) (not (memq (ly:music-property evt 'name) (list 'Fingerin

Re: improvement(s) on LSR 445

2011-04-05 Thread -Eluze
Gilles THIBAULT wrote: > >>is it possible to only copy notes, i.e. >>pitches and durations, excluding Fingering, stroke fingers and string >>numbers? > > 2 solutions : > > 1- You filter the music. Here is an example of filtered music > > %%% > deleteDynamics = #(define-mus