X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-system-count-overfull.ly;fp=input%2Fregression%2Fpage-spacing-system-count-overfull.ly;h=e92203621ef520df01ae28ec985acc86d96f2b7e;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/page-spacing-system-count-overfull.ly b/input/regression/page-spacing-system-count-overfull.ly new file mode 100644 index 0000000000..e92203621e --- /dev/null +++ b/input/regression/page-spacing-system-count-overfull.ly @@ -0,0 +1,14 @@ +\version "2.14.0" + +\header { + texidoc = "Page breaking doesn't crash when the line-breaking +is invalid." +} + +\book { + \paper { + system-count = #1 + } + + \repeat unfold 20 { c d e f } +}