bug-lilypond
[Top][All Lists]
Advanced

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

Re: figured-bass-continuation-center


From: Graham Percival
Subject: Re: figured-bass-continuation-center
Date: Fri, 29 Sep 2006 12:18:00 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

Thanks, this has (finally) been added as
http://code.google.com/p/lilypond/issues/detail?id=91

Cheers,
- Graham


Trent Johnston wrote:
Hi,

I've noticed a bug in the figured-bass-continuation-center. It only works
once in a score and when used again I end up getting continuation lines
after all the figures instead of one line centred.

Trent

% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "figured-bass-continuation-center.ly"
\header {

  texidoc = "Pairs of congruent figured bass extender lines are
vertically centered if @code{figuredBassCenterContinuations} is set to
true."

}

\version "2.7.39"
\paper {
  ragged-right = ##t
}

<<
  \relative \new Voice {
    c8 c  b b  a a  b b
    c c  b b

  }
 \figures {
    \set useBassFigureExtenders = ##t
    \set figuredBassCenterContinuations = ##t
    <4 3>4 <4 3> r
    \set useBassFigureExtenders = ##f
    \set figuredBassCenterContinuations = ##f
    <5>4
    \set useBassFigureExtenders = ##t
    \set figuredBassCenterContinuations = ##t
    <6 4 3> <6 4 3> r
  }



% ****************************************************************
% end ly snippet
% ****************************************************************


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






reply via email to

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