]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
First round of tutorial updates.
[lilypond.git] / ly / music-functions-init.ly
index 2f4876b044e35c5840e337fcb7cb709ee9e9c36d..e914b70326435296f9968343badc6d16fa7f3b78 100644 (file)
@@ -531,7 +531,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.