Originally created by: *anonymous
Originally created by: fedel...@gmail.com
Reported on lilypond-user:
http://lists.gnu.org/archive/html/lilypond-user/2013-01/msg01040.html
http://lists.gnu.org/archive/html/lilypond-user/2013-01/pngzjybAeJrWL.png
Snippet:
\relative c'' {
\repeat tremolo 16 { bes,32 bes' } |
}
Bug confirmed on 2.16.2 as well as on 2.17.10
Originally posted by: x.sche...@gmail.com
Type-Ugly?
Maybe a regression wrt 2.14 (can't check now)?
Originally posted by: mts...@gmail.com
I'm guessing it's because Beam::whole_note_close_chord_tremolo is not kicking in here. The logic of that function dictates cases where the tremolo needs to stretch out.
Originally posted by: fedel...@gmail.com
the snippet above does not compile on 2.14.2
here's the error:
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...drul-array.hh: T& Drul_array<T>::at(Direction) [with T = double]: Assertion `d == 1 || d == -1' failed.
Originally posted by: thomasmo...@gmail.com
Regarding comment #3
Are you sure?
I had no problems to compile it with 2.12.3 and 2.14.2
Images attached.
Originally posted by: fedel...@gmail.com
yes, I'm sure
I'm using the Debian package (in testing)
Originally posted by: dak@gnu.org
Likely depends on whether this is compiled with -DNDEBUG or not.