lilypond-user
[Top][All Lists]
Advanced

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

Re: Another Figured Bass problem


From: Torsten Hämmerle
Subject: Re: Another Figured Bass problem
Date: Mon, 30 Apr 2018 03:51:44 -0700 (MST)

Hi Robert,

How about simply flipping the stacking direction?

   \override BassFigureAlignment.stacking-dir = #UP

That way, the bass figures will be piled up from bottom to top.
Caveat: the first figure entered will be the lowest.

%%%%
 <<
  { 4 4 4 4 4 4 }
  \figures {
    \override BassFigureAlignment.stacking-dir = #UP
    <_!> <3+ 6> <4> <4 5> <3+> <_+>
  }
 >>
%%%%

HTH,
Torsten



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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