\version "2.7.39"

\header {

  texidoc = "If @code{raggedlast} is set, the systems are broken
    similar to paragraph formatting in text: the last line is
    unjustified. "

}

\layout{
  raggedlast = ##t
}

\relative c'' \new Staff { \repeat unfold 20 { c1 } }

