lilypond-user
[Top][All Lists]
Advanced

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

Re: auto-beaming question


From: Gauvain Pocentek
Subject: Re: auto-beaming question
Date: Tue, 23 Aug 2005 11:24:08 +0200
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050727)

Joe Neeman wrote:


The reason is because of these 2 lines in /usr/share/lilypond/2.6.X/scm/auto-beam.scm (or whereever you have installed lilypond):

((end 1 32 2 4) . ,(ly:make-moment 1 8))
((end 1 32 2 4) . ,(ly:make-moment 3 8))

That is, lilypond has a built-in beam setting that breaks a beam with a 32nd note every 8th note. It's as if every .ly file you process has an imaginary #(override-auto-beam-setting '(end 1 32 2 4) 1 8 ) at the beginning. This is mentioned recent versions of the documentation.

So, to answer you question, you need

#(revert-auto-beam-setting '(end 1 32 2 4) 1 8 )
#(revert-auto-beam-setting '(end 1 32 2 4) 3 8 )
c16. c32 c8 c4      %Bar 1
c8 c16. c32 c4      %Bar 2

Everything's ok now.
Thanks

Gauvain

        

        
                
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com





reply via email to

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