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

2023-04-04 Thread Werner LEMBERG
> `\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

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

2023-04-04 Thread Jean Abou Samra
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

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

2023-04-04 Thread Werner LEMBERG
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

Crop only top and bottom (was: left-margin when cropped)

2018-01-16 Thread Urs Liska
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

left-margin when cropped

2018-01-15 Thread Urs Liska
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

Re: Instrument names run off left margin

2010-09-09 Thread Phil Holmes
- Original Message - From: Nathan starry...@gmail.com To: lilypond-user@gnu.org 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

Re: Instrument names run off left margin

2010-09-09 Thread David Rogers
* Phil Holmes m...@philholmes.net [2010-09-09 10:32]: - Original Message - From: Nathan starry...@gmail.com To: lilypond-user@gnu.org 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

Instrument names run off left margin

2010-09-08 Thread Nathan
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 StaffGroup

left-margin and shortInstrumentName

2010-02-14 Thread David Stocker
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 way I could

Re: left-margin and shortInstrumentName

2010-02-14 Thread James Bailey
, 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 \paper block. As it is, I can fudge it, but I'm

left-margin

2008-11-23 Thread Keith Weintraub
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-staff-size 26) \paper

Re: left-margin

2008-11-23 Thread Mats Bengtsson
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. In addition

Re: left-margin

2008-11-23 Thread Johan Vromans
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 unexpectedly. When you move