bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Global auto-beam settings? Was: convert-ly crash


From: Mats Bengtsson
Subject: Global auto-beam settings? Was: convert-ly crash
Date: Thu, 18 Mar 2004 11:51:44 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]