[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoBeam bug
From: |
Erik Sandberg |
Subject: |
Re: autoBeam bug |
Date: |
Fri, 3 Sep 2004 10:51:42 +0200 |
User-agent: |
KMail/1.6.2 |
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:
%
address@hidden
\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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: autoBeam bug,
Erik Sandberg <=