summaryrefslogtreecommitdiff
path: root/input/regression/spacing-ragged-last.ly
blob: 2b2ff08d89108e7323612c7413f55e5e036fc733 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\version "2.19.21"

\header {

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

}

\layout{
  ragged-last = ##t
}

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