Hello Ad,

what you want is

\paper {
  ragged-right = ##t
}

the issue with this is that it will shorten the staff. So  use

\layout {
  \context {
    \Staff \override StaffSymbol.width =
    #(lambda (grob)
       (ly:output-def-lookup (ly:grob-layout grob) 'line-width))
  }
}

to enforce the staff having full length.

Cheers,
Valentin

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to