Issue 585: Regression: Bass figures collapsing
http://code.google.com/p/lilypond/issues/detail?id=585
Comment #4 by v.villenave:
(No comment was entered for this change.)
Issue attribute updates:
Status: Verified
--
You received this message because you are listed in the owner
or CC
Issue 585: Regression: Bass figures collapsing
http://code.google.com/p/lilypond/issues/detail?id=585
Comment #3 by joeneeman:
(No comment was entered for this change.)
Issue attribute updates:
Status: Fixed
Labels: fixed_2_11_46
--
You received this message because you are
Issue 585: Regression: Bass figures collapsing
http://code.google.com/p/lilypond/issues/detail?id=585
Comment #2 by hanwenn:
don't forget to pull first; I cleaned a couple of the files relating to this.
--
You received this message because you are listed in the owner
or CC fields of
Issue 585: Regression: Bass figures collapsing
http://code.google.com/p/lilypond/issues/detail?id=585
Comment #1 by hanwenn:
Joe, can you have a look? I get stuck debugging a bunch of skylines.
\paper { line-width = 10\cm }
<<
\new FiguredBass \figuremode{
\set useBassFigureExt
2008/3/2, Mats Bengtsson <[EMAIL PROTECTED]>:
> There's a regression bug in the handling of figured bass.
Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=585
As my mentor G.P. once said:
"When someone as competent as Mats reports a bug, just go ahead and
blindly copy it verbat
Issue 585: Regression: Bass figures collapsing
http://code.google.com/p/lilypond/issues/detail?id=585
New issue report by v.villenave:
% There's a regression bug in the handling of figured bass.
% If you use extender lines and only one of two simultaneous
% figures is extended, then th
There's a regression bug in the handling of figured bass.
If you use extender lines and only one of two simultaneous
figures is extended, then the two figures are written on top
of each other. Example
\version "2.11.41"
\new FiguredBass \figuremode{
\set useBassFigureExtenders = ##t
<4 6> <4>
}
A