Issue 593: extenders in FiguredBass add much vertical space
http://code.google.com/p/lilypond/issues/detail?id=593

New issue report by wbsoft:
\version "2.11.42"

%{
An extender line in FiguredBass puts down
all figures on that system. Somehow it uses
too much space.
%}

\paper {
 indent = 0
 ragged-right = ##t
}

\score {
 <<
   \new Staff \relative c'' {
     g2 g \break g g
   }
   \new FiguredBass \figuremode {
     <5>2 <5 4>4 <5 3>
     <5>2
     \set useBassFigureExtenders = ##t
     <5 4>4 <5 3>
   }
 >>
}

Attachments:
        figure-extender-spacing.png  8.3 KB


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to