lilypond-user
[Top][All Lists]
Advanced

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

Re: Brandenburg #3 - convert-ly fails


From: Nick Payne
Subject: Re: Brandenburg #3 - convert-ly fails
Date: Sun, 14 Nov 2010 07:59:12 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Then use \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2)))))

%=============================
\version "2.13.38"

\relative c'' {
    \time 2/2
    \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2)))))
    c8 c16 c c8 c16 c c8 c16 c c8 c16 c
}
%=============================

Nick

On 14/11/10 07:24, Marc Mouries wrote:
time signature is 2/2 actually.

On Nov 13, 2010, at 3:05 PM, Nick Payne wrote:

On 14/11/10 06:25, Marc Mouries wrote:
with \set Timing.beamExceptions = #'((end . (((1 . 16) . (4 4 4 4))))
I am getting all the notes beamed together.


What i am looking for the distribute the beams as follows:



Shouldn't this be taken care of automatically by the Timing.beamExceptions?
Is this 4/4 time? The default beaming for 4/4 handles this correctly without 
any overrides:

\version "2.13.38"

\relative c'' {
     c8 c16 c c8 c16 c c8 c16 c c8 c16 c
}




reply via email to

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