On 1/9/11 4:02 AM, Carl Sorensen wrote:
On 1/8/11 5:08 PM, "Peter Van Kranenburg"
wrote:
Dear all,
Consider the following example (adapted from the manual):
\version "2.13.44"
\relative c'' {
\time 3/16
\set Timing.beatStructure = #'(2 1)
\set Timing.beamExceptions =
#'(
Dear all,
Consider the following example (adapted from the manual):
\version "2.13.44"
\relative c'' {
\time 3/16
\set Timing.beatStructure = #'(2 1)
\set Timing.beamExceptions =
#'( ;start of alist
(end . ;entry for end of beams
(
On 1/9/11 12:21 AM, Xavier Scheuer wrote:
You need to clear beamExceptions also.
\set Timing.beamExceptions = #'()
Most automatic beaming settings for a time signature contain an entry
for beamExceptions. For example, 4/4 time tries to beam the measure in
two if there are only eight
On 9 January 2011 00:04, Peter Van Kranenburg
wrote:
>
> Hello all,
>
> I'm typesetting a piece in 4/4, and I want the eight notes beamed in groups
> of two instead of four. So, according to the notation manual, at the very
> beginning of my score, I say:
>
> \set Score.baseMoment = #(ly:make-mome
Peter Van Kranenburg writes:
> Hello all,
>
> I'm typesetting a piece in 4/4, and I want the eight notes beamed in
> groups of two instead of four. So, according to the notation manual,
> at the very beginning of my score, I say:
>
> \set Score.baseMoment = #(ly:make-moment 1 8)
> \set Score.beat
Hello all,
I'm typesetting a piece in 4/4, and I want the eight notes beamed in
groups of two instead of four. So, according to the notation manual, at
the very beginning of my score, I say:
\set Score.baseMoment = #(ly:make-moment 1 8)
\set Score.beatStructure = #'(2 2 2 2)
This code is acc