Re: right indent once, horizontal space

2023-12-22 Thread Cordelia
I did see that, but I found it very complicated as exemple.. Yes, it’s what I wanted. > On 22 Dec 2023, at 16:30, Leo Correia de Verdier > wrote: > > Does this do what you want or do you want the staff to go on after the bar > line? > > Indenting individual systems > di.unimi.it > >

Re: right indent once, horizontal space

2023-12-22 Thread Werner LEMBERG
> Thank you, yes this works if the measure is the last one. For > exemple in your exemple, I’d need the second staff to have a right > indent. Simply split your music into two scores. You can adjust the distance between the last line of a score and the first line of the next score with the pape

Re: right indent once, horizontal space

2023-12-22 Thread Leo Correia de Verdier
Does this do what you want or do you want the staff to go on after the bar line?Indenting individual systemsdi.unimi.it22 dec. 2023 kl. 15:47 skrev Cordelia :Thank you, yes this works if the measure is the last one.For exemple in your exemple, I’d need the second staff to have a right indent.On 22

Re: right indent once, horizontal space

2023-12-22 Thread Cordelia
Thank you, yes this works if the measure is the last one. For exemple in your exemple, I’d need the second staff to have a right indent. > On 22 Dec 2023, at 15:29, Werner LEMBERG wrote: > > >> is it possible to add after a bar and before a break some horizontal >> space only for a particular s

Re: right indent once, horizontal space

2023-12-22 Thread Werner LEMBERG
> is it possible to add after a bar and before a break some horizontal > space only for a particular system ? Try the `ragged-last` paper variable. Example: ``` \score { { \repeat unfold 60 c'4 } \layout { ragged-last = ##t } } \score { { \repeat unfold 60 d'4 } \layout { rag

right indent once, horizontal space

2023-12-22 Thread Cordelia
Hello, is it possible to add after a bar and before a break some horizontal space only for a particular system ? Thank you, cordelia visual example: