lilypond-devel
[Top][All Lists]
Advanced

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

Re: Revised autobeam settings patch (issue1682049)


From: Carl Sorensen
Subject: Re: Revised autobeam settings patch (issue1682049)
Date: Mon, 2 Aug 2010 07:00:20 -0600



On 8/1/10 10:33 AM, "Arno Waschk" <address@hidden> wrote:

> dear list,
> 
> i am *completely* confused by this autobeaming thing and especially its
> documentation.
> even after reading it twice i do not have a clue how to practically use
> those things.
> it rather appears as a highly complex mixture of *either* telling me what
> instructions and value exists *or* what they might contain *or* what
> changing them might have an effect, but i am completely lost in trying to
> combine that information.
> 
> and it seems it does not really cover my actual problem:
> 
> in a 8/32 measure, i am always having as a 9-tuplet (filling one measure)
> 3 16th notes and one dotted 16th (in all possible orders). and i want
> always whole bar beams. which works fine unless the dotted 16th is first.
> how do i change that?

The following produces whole bar beams on my system:

\version "2.13.29"
\relative c'' {
  \time 8/32
  \set beatStructure = #'(8)
  c32 c c c c c c c |
  \times 8/9 {c16. c32 c c c c c}
}


Thanks,

Carl





reply via email to

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