lilypond-user
[Top][All Lists]
Advanced

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

Re: Auto-beaming in tuplets?


From: Keith OHara
Subject: Re: Auto-beaming in tuplets?
Date: Fri, 30 Dec 2011 03:24:44 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Rutger Hofman <rutger <at> cs.vu.nl> writes:

> 
> Hello list,
> 
> the auto-beaming I get with a (8. 16 8) figure is fine for e.g. 6/8 
> time, but if it is within a tuplet, the second beam at the 16/th extends 
> to the wrong side. See attached .png and its .ly source.
> 
> Can you please point me how I can fix this, e.g. with an autobeaming 
> rule/exception?
> 

Given that this is a very specific bug,
<http://code.google.com/p/lilypond/issues/detail?id=11>
that will be fixed in the next stable version, I suggest a brute-force
override:

\version "2.14.2"
bl = {
  \set stemLeftBeamCount = #2 
  \set stemRightBeamCount = #1
}
\score {
  \relative c'' {
    \time 1/4
    \times 2/3 { c8. \bl c16 c8 }
  }
}






reply via email to

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