]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ragged-right-disabled.ly
b1b20bd6d5eb360c95962679b2ca048ef2027104
[lilypond.git] / input / regression / ragged-right-disabled.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "When ragged-right is specifically disabled, a score with only one
5 line will not be printed as ragged."
6 }
7
8 \paper {
9   ragged-right = ##f
10 }
11
12 { a b c d }