lilypond-user
[Top][All Lists]
Advanced

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

Re: Auto-beam in 2.6


From: Mats Bengtsson
Subject: Re: Auto-beam in 2.6
Date: Fri, 01 Jul 2005 14:44:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

The default settings in LilyPond include settings equivalent to
#(override-auto-beam-setting '(end 1 32 2 4) 1 8)
#(override-auto-beam-setting '(end 1 32 2 4) 3 8)
see the file scm/auto-beam.scm

This means that you have to revert these settings using:
#(revert-auto-beam-setting '(end 1 32 2 4) 1 8)
#(revert-auto-beam-setting '(end 1 32 2 4) 3 8)


Since the default settings also contain the equivalent of
#(override-auto-beam-setting '(end * * 2 4) 1 4)
your setting does not really change anything.


   /Mats

Joe Neeman wrote:
I've had a few problems with auto-beaming in lilypond. Since I found the
autobeaming page in the manual pretty confusing[1], I thought I'd check
here before I filed a bug report. I want 32ed notes to break only every
quarter note.

%%%%%%%%%%%%%%%%% This snippet breaks every 8th note
{
\time 2/4
#(override-auto-beam-setting '(end * * * *) 1 4)
\repeat unfold 16 a32
}

%%%%%%%%%%%%%%%%% This snippet works!
{
\time 2/4
#(override-auto-beam-setting '(end * * * *) 1 4)
\set Score.beatLength = #(ly:make-moment 1 2)
\repeat unfold 16 a32
}

But if I use #(ly:make-moment 1 4) then it goes back to breaking on
every 8th note. Can someone explain this to me?

Thanks,
Joe


[1]: If I can figure out how this works, I'd be happy to write a
modified page for your consideration.


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        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]