Is it possible, with LilyPond, to have something like the "\hfill" effect in TeX, that is, "fill the rest of the staff with blank space"?

If I type:

{ a b c d \break a b c d \bar "|." }

the layout is ugly because the notes are spread over the whole staff. I know that:

\layout {
  ragged-right = ##t
  ragged-last = ##t
}

will give a better output, but then the staffs are only one measure long. What I would like to have is something like:

{
a b c d
\repeat unfold 14 { s1 } \break
a4 b c d \bar "|."
\repeat unfold 16 { s1 } \break
}

but without the added measure bars.

Thanks in advance,

--ghe

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to