Does this do what you want or do you want the staff to go on after the bar line?


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