]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ragged-right-disabled.ly
606c1c41f1498ab78833cb657b30f941ce17552e
[lilypond.git] / input / regression / ragged-right-disabled.ly
1 \version "2.14.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 }