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
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
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
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:
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
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
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
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
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
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
10 matches
Mail list logo