]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/paper-system.scm
Fix page-count with systems-per-page.
[lilypond.git] / scm / paper-system.scm
index 4ddcd892ae2f8f4d2f3a5f550bd4616a9aceb881..5e6d2e019d9539de20345a59c504fabac61b9ff8 100644 (file)
@@ -86,6 +86,8 @@
                               ((and next-system
                                     (paper-system-title? next-system))
                                (ly:output-def-lookup layout 'score-markup-spacing))
+                              ((not next-system)
+                               (ly:output-def-lookup layout 'last-bottom-spacing))
                               (else
                                (ly:output-def-lookup layout 'system-system-spacing))))
           (last-staff-Y (car (paper-system-staff-extents system))))