> `\rounded-box` does not displace its argument, it only adds a box
> around it. In the first case, the stencil has protrusion on the left
> (the start of its horizontal extent is negative). This doesn't
> happen in the second case because `\table` realigns everything. Try
>
> ```
> \markup \lef
Le mardi 04 avril 2023 à 11:03 +, Werner LEMBERG a écrit :
> 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.
`\rounded-box` does not displace its
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 rounde
Hi all,
I have prepared a one-page document explaining and showing the problem
of cropped files more clearly.
I really think there should be a way to produce a cropped file with an
explicitly defined left margin (where all the additional elements like
braces etc. protrude into), and if
Hi all,
is it possible to produce a cropped PDF that *still* has a defined
left-margin?
The use case is that I want to produce a score system-by-system using
the code from lilypond-book-preamble.ly, for inclusion in a LaTeX
document. And I want the first barline (system-start-delimiter) to
* Phil Holmes [2010-09-09 10:32]:
- Original Message - From: "Nathan"
To:
Sent: Thursday, September 09, 2010 4:11 AM
Subject: Instrument names run off left margin
Without overriding anything, the output of the code below has the
instrument names running off of the left
- Original Message -
From: "Nathan"
To:
Sent: Thursday, September 09, 2010 4:11 AM
Subject: Instrument names run off left margin
Without overriding anything, the output of the code below has the
instrument names running off of the left margin. Is this a bug? a proble
Without overriding anything, the output of the code below has the
instrument names running off of the left margin. Is this a bug? a
problem with my computer? because am I supposed to use a particular
setting? the expected behavior?
\version "2.12.3"
\paper{ ragged-right=##t }
\new
rtInstrumentName in
a score, that the short name doesn't respect the left margin the
way the instrumentName does. Is there a way to make this happen?
Or, is there a way to tell LilyPond to print the page margins? That
way I could get the result I'm after using short-indent in the
\p
Hello everyone,
I'm noticing that when I give instruments a shortInstrumentName in a
score, that the short name doesn't respect the left margin the way the
instrumentName does. Is there a way to make this happen? Or, is there a
way to tell LilyPond to print the page margins? That w
Keith Weintraub <[EMAIL PROTECTED]> writes:
> I can't seem to get left-margin to work. In addition when I change the
> line width the header width doesn't change.
You have several confusing and/or conflicting settings.
The paper size settings, \paper and \layout interact u
Quoting Keith Weintraub <[EMAIL PROTECTED]>:
Folks,
I am using version 2.10.33 on Mac OS X, Leopard.
There are good reasons to upgrade to the latest development version
2.11, which soon should turn into the next stable version 2.12.
I can't seem to get left-margin to work.
Folks,
I am using version 2.10.33 on Mac OS X, Leopard.
I can't seem to get left-margin to work. In addition when I change the
line width the header width doesn't change.
Thanks for your time,
KW
Here is my code:
#(set-default-paper-size "letter")
#(set-global-st
13 matches
Mail list logo