Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Benjamin Bruce
> > Not sure what is best practice here > > > > Juergen. > > > > >> -----ursprüngliche Nachricht- >> Von: benja...@koine.gr >> Gesendet: 11.04.2023 16:59 Uhr >> An: juergen.gr...@xyz.de, lilypond-user@gnu.org >> Betreff: Re: How to fix

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Jean Abou Samra
Le mercredi 12 avril 2023 à 11:31 -0700, Aaron Hill a écrit : > One option I did not see mentioned was putting the score into a markup > to horizontally center it: > > > asdf = \score { >    \relative { c'4 d e f \break g a b c } >    \layout { line-width = 4\in } > } > > \markup \

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Aaron Hill
Hello all, I am trying to layout some documents where the score is centered on the page, and underneath it is some markup text that is aligned left, relative to the edge of the page. In some documents the score will be wider, in some it will be narrower, but the text below it should always be

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Jean Abou Samra
Le lundi 10 avril 2023 à 15:25 -0600, Benjamin Bruce a écrit : > Hello all, > I am trying to layout some documents where the score is centered on the page, > and underneath it is some markup text that is aligned left, relative to the > edge of the page. In some documents the score will be wider

RE: Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread juergen . gruen
ngliche Nachricht- Von: benja...@koine.gr Gesendet: 11.04.2023 16:59 Uhr An: juergen.gr...@xyz.de, lilypond-user@gnu.org Betreff: Re: How to fix markup horizontal position relative to edge of page I did try that, but in the output the the score appears twice since there are two layout blocks.

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
amburger aliqua > incididunt sunt in. Excepteur consequat ad laboris anim flank jowl. > Irure drumstick shoulder dolor. Cupim tri-tip meatloaf prosciutto > leberkas." > > > > > > HTH, Juergen. > > > > > > > > >> -ursprüngliche Nachr

RE: Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread juergen . gruen
tick shoulder dolor. Cupim tri-tip meatloaf prosciutto leberkas." HTH, Juergen. -ursprüngliche Nachricht- Von: benja...@koine.gr Gesendet: 11.04.2023 16:14 Uhr An: juergen.gr...@xyz.de, lilypond-user@gnu.org Betreff: Re: How to fix markup horizontal position relative to edge o

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
Quick question, in the scores I am working on I already have a \layout block with several other settings within it. How can I insert just the line-width, indent, and short-indent settings into the already-existent \layout block without creating another one? If I try just #{ line-wi

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
This is exactly what I needed. I figured it could be done with some Scheme code, but that's beyond my knowledge. Thanks so much for your help! 𐑪𐑯 2023-04-11 𐑨𐑑 03:55, juergen.gr...@xyz.de 𐑮𐑴𐑑: > OK, this was not correct. There is a left-margin-default set and the > indent does not shift the line

RE: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread gruen . weinbach
ny example even more tiny with ' \repeat unfold #n'   ;-) Juergen. -ursprüngliche Nachricht- Von: benja...@koine.gr Gesendet: 10.04.2023 23:25 Uhr An: lilypond-user@gnu.org Betreff: How to fix markup horizontal position relative to edge of page Hello all, I am trying

Re: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Benjamin Bruce
I tried that, but the markup position is still set relative to the paper line-width, so if I change the paper line-width, the markup moves with it. 𐑪𐑯 2023-04-10 𐑨𐑑 15:35, Ya Gloops 𐑮𐑴𐑑: > Hello  > > Maybe > > \version "2.24.1" > \paper {  >   line-width = 180  >   indent = 0  > }  > \score {  >

Re: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Aaron Hill
On 2023-04-10 2:35 pm, Ya Gloops wrote: ...Bacon ipsum... Ah, I see you are an individual of culture. :) -- Aaron Hill

Re: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Ya Gloops
Hello  Maybe \version "2.24.1" \paper {    line-width = 180    indent = 0  }  \score {    \layout {      line-width = 125 % score is always left-aligned if this is set   }    \relative c { c' d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c,

How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Benjamin Bruce
Hello all, I am trying to layout some documents where the score is centered on the page, and underneath it is some markup text that is aligned left, relative to the edge of the page. In some documents the score will be wider, in some it will be narrower, but the text below it should always be in