]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ragged-right-disabled.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / ragged-right-disabled.ly
1 \version "2.11.51"
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 }