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 
> <[email protected]> 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
> <favicon.ico>
>  <https://lsr.di.unimi.it/LSR/Item?id=1098>Indenting individual systems 
> <https://lsr.di.unimi.it/LSR/Item?id=1098>
> di.unimi.it <https://lsr.di.unimi.it/LSR/Item?id=1098>        <favicon.ico> 
> <https://lsr.di.unimi.it/LSR/Item?id=1098>
> 
>> 22 dec. 2023 kl. 15:47 skrev Cordelia <[email protected]>:
>> 
>> 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 <[email protected]> wrote:
>>> 
>>> 
>>>> 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 {
>>>   ragged-last = ##t
>>> }
>>> }
>>> ```
>>> 
>>> 
>>>   Werner
>>> <ragged-last.png>
>> 
>> 

Reply via email to