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: Werner LEMBERG
Subject: Re: stacking of figured bass elements
Date: Sun, 12 Jun 2022 16:54:47 +0000 (UTC)

> Then I don't understand the problem. What characteristic of
> baseline-skip do you wish? Is it that it counts from the origin of
> each markup and somehow this distance is more convenient for you to
> provide? Is it that it ignores the extents of the markups?

I want equal vertical spacing of lines.  Here is a small snippet that
compares `\column` with `\figures`.  I want the spacing of the former
to be available for the latter.

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

\markup {
  \override #'(baseline-skip . 2) {
    \column { b a g }
    \column { b b g }
  }
}
```


    Werner

PNG image


reply via email to

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