X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fpaper-system.scm;h=9e9f9ab7d4ca85357f1b759de1745cc5ae75a384;hb=e94c4a66c9d565749d8a121fc0267ddeb423ca13;hp=4ddcd892ae2f8f4d2f3a5f550bd4616a9aceb881;hpb=ee6e07b607e2fafd2412767163d5b91346879ce3;p=lilypond.git diff --git a/scm/paper-system.scm b/scm/paper-system.scm index 4ddcd892ae..9e9f9ab7d4 100644 --- a/scm/paper-system.scm +++ b/scm/paper-system.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2006--2010 Han-Wen Nienhuys +;;;; Copyright (C) 2006--2011 Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -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))))