bug-lilypond
[Top][All Lists]
Advanced

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

Order of digits in figured bass


From: Franz-Rudolf Kuhnen
Subject: Order of digits in figured bass
Date: Tue, 29 Sep 2009 20:27:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

There is a problem to determine the correct order of the digits in the figured 
bass.
I want the #3 under the 7.

%%%%%%%%%%   Begin example    %%%%%%%%%

\markup { \large "Bug in the horizontal order of the digits" }
\markup { \tiny "The #3 should be under the 7"  }


\version "2.12.0"

\relative c <<
 \new Staff {
  \time 2/4
  \clef bass
  d8 g, a4 |
  d,2 | \bar "|."
 }

 \new FiguredBass \figuremode {
  \override FiguredBass.BassFigure #'font-size = # -3 
  \set useBassFigureExtenders = ##t
  s8 <3- 6 5> <6 3+> <7 3+> |
  s2 |
 }
>>

%%%%%%%%%%   End example    %%%%%%%%%

Regards
Franz-Rudolf Kuhnen





reply via email to

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