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 }
  }
}




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to