I notice that this convert-ly bug has been fixed in the
CVS. Thanks! However, the example will still not work, since LilyPond
will not allow for embedded Scheme code within a \paper{\context{...}}.
Does this mean that there is no way to change the autoBeamSettings
globally within the \paper{} section? Of course, I could do a
#(override-auto-beam-setting '(end 1 12 2 2) 1 4)
within the music definitions, but that's not very convenient if I
want the same setting to apply to all parts of a score./Mats
Mats Bengtsson wrote:
The following input makes convert-ly crash:
\version "2.1.22"
\paper{ \translator{ \ScoreContext autoBeamSettings \override #'(end 1 12 2 2) = #(ly:make-moment 1 4) } }
/Mats
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
