On Thursday 02 September 2004 13.04, Russ Ross wrote:
> This looks like a bug to me:
>
> \version "2.2.2"
> \score {
>   \notes \relative c'' { \autoBeamOn c8 b \autoBeamOff a c r2 }
>   \paper { raggedright = ##t }
> }

Added this to bug CVS, to both 2.2 and 2.3 branches:

%
[EMAIL PROTECTED]
\header {
  reportedin = "2.2.2"
  texidoc = "No automatic beam should be created if any of the involved notes 
have autoBeamOff."
}

\version "2.2.6"
\score {
  \notes \relative c'' { \autoBeamOn c8 b \autoBeamOff a \autoBeamOn c 
\autoBeamOff r2 }
  \paper { raggedright = ##t }
}


However, there has been some talking about a major improvement of the 
autobeaming code, so I suppose this bug has to wait until that rewrite.

Erik


_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to