]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
Merge http://git.sv.gnu.org/r/lilypond
[lilypond.git] / ly / music-functions-init.ly
index 431012eaeeb913cbb5792bfea54a13122c3874f6..2a8af551e98aaacd049907d738126b74c238958e 100644 (file)
@@ -528,7 +528,8 @@ the `parameters' assoc list.")
    #{
       \overrideProperty #"Score.NonMusicalPaperColumn"
         #'line-break-system-details
-        #$(list (cons 'alignment-extra-space (cdr (assoc 'system-stretch parameters))))
+        #$(list (cons 'alignment-extra-space (cdr (assoc 'system-stretch parameters)))
+               (cons 'system-Y-extent (cdr (assoc 'system-Y-extent parameters))))
    #})
 
 %% Parser used to read page-layout file, and then retreive score tweaks.