lilypond-user
[Top][All Lists]
Advanced

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

left margin difference between `\markup` and `\table`


From: Werner LEMBERG
Subject: left margin difference between `\markup` and `\table`
Date: Tue, 04 Apr 2023 11:03:26 +0000 (UTC)

Consider the following example.

```
\paper {
  left-margin = 0
}

\markup \rounded-box { foo }

\markuplist \table #'(-1) {
  \rounded-box { foo }
}
```

Why is there a difference in the formatting?  I would like to have the
same behaviour – ideally, `\markup` should also take the rounded box
into account while computing the horizontal extent.


    Werner

PNG image


reply via email to

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