In my old score I had:
\property ChoirStaff.autoBeamSettings \override #'(end * * * *)
= #(make-moment 1 4)
convert-ly converts this to
#(override-auto-beam-setting '(end * * * *) 1 4)
To get the same semantics that should be
#(override-auto-beam-setting '(end * * * *) 1 4 'ChoirStaff)
PeterC
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond
