lilypond-user
[Top][All Lists]
Advanced

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

Re: AutoBeam Behaving Properly?


From: Martin Neubauer
Subject: Re: AutoBeam Behaving Properly?
Date: Wed, 6 Apr 2016 00:20:34 +0200

Hi Karen,
 
When working in 3/4, Lilypond is autobeaming 8th notes in groups of 3 8th notes per pulse (as if it were 6/8) rather than in groups of 2 8th notes per pulse.
That's not entirely accurate, in 3/4 time the autobeaming by default creates a single beam for the whole measure. In your example there were only runs of three quavers at a time which probably gave that somewhat misleading impression. Putting the following lines after the time signature might give you the result you expect:

\set Timing.beamExceptions = #'()
\set Timing.baseMoment = #(ly:make-moment 1/4)
\set Timing.beatStructure = #'(1 1 1 1)

Best of luck,
Martin

--
homme, ni présence

reply via email to

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