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
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user