]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ragged-right-disabled.ly
Add newlines at EOF where appropriate.
[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 }