lilypond-devel
[Top][All Lists]
Advanced

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

autoBeamOff bug


From: Russ Ross
Subject: autoBeamOff bug
Date: Wed, 30 Mar 2005 22:25:00 +0100

There seems to be a bug in \autoBeamOff.  If it is issued in the
middle of a sequence of notes that would be beamed together, it
doesn't take effect until after the end of that group.  It seems that
the correct behavior should be to stop automatic beaming at the point
where the command is issued.  It poses a particular problem for me
with some (partially) generated input.

Here's an example showing the problem:

\version "2.5.15"
\score {
  \relative c' {
    \autoBeamOn d'8 cis d b cis b cis ais |
    b ais b d~ d \autoBeamOff cis d b |
  }
}

The final "d cis d b" sequence is beamed in the current code, but it
shouldn't be.

Thanks,

Russ




reply via email to

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