On 2010/12/20 16:22:30, Carl wrote:
IMO, go ahead and set the neutral direction.  If it passes make check,
then call
it good.

Hi Carl,

actually, whilst it does pass make check, it breaks... all of my own
scores!

I use the following function:

filterDirections=
#(define-music-function (parser location music) (ly:music?)
  (music-filter
    (lambda (x)
      (not (null? (ly:music-property x 'direction))))
    music))

that allows me to discriminate dynamics that have an explicit direction
(even a neutral one) from those who don't.

Of course, I can fix my own code accordingly. But it shows that this
change may not be entirely harmless for everybody.

Cheers,
Valentin

http://codereview.appspot.com/3743043/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to