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