On 8/1/10 10:33 AM, "Arno Waschk" <hamama...@gmx.de> 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



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to