bug-lilypond
[Top][All Lists]
Advanced

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

figured-bass-continuation-center


From: Trent Johnston
Subject: figured-bass-continuation-center
Date: Sat, 20 May 2006 11:22:29 +1000

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
% ****************************************************************




reply via email to

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