lilypond-user
[Top][All Lists]
Advanced

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

Re: stacking of figured bass elements


From: Jean Abou Samra
Subject: Re: stacking of figured bass elements
Date: Sun, 12 Jun 2022 17:38:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1



Le 12/06/2022 à 17:36, Werner LEMBERG a écrit :
Consider the following example:

```
\figures {
   <b a g>
}
```

As can be seen in the attached image, the elements are separated by
padding only; they are not vertically spaced using `baseline-skip` or
something similar.

How can I change that?

Like this?

\version "2.23.9"

\figures {
  \override BassFigureAlignment.padding = 5
  <b a g>
}

Jean





reply via email to

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