X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fmusic-functions-init.ly;h=2a8af551e98aaacd049907d738126b74c238958e;hb=f9214bac21e9926dc3248416f58190c98c4167a9;hp=725ba480a59642102338ef6b8a4333f6264d4fe6;hpb=1c4458de37e468a5d4fe023a34a5bcb05bf24aad;p=lilypond.git diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 725ba480a5..2a8af551e9 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -14,7 +14,7 @@ acciaccatura = #(def-grace-function startAcciaccaturaMusic stopAcciaccaturaMusic) -addquote = +addQuote = #(define-music-function (parser location name music) (string? ly:music?) (_i "Add a piece of music to be quoted ") (add-quotable parser name music) @@ -175,9 +175,6 @@ cueDuring = 'quoted-voice-direction dir 'origin location)) -%% The following causes an error with guile 1.6.8 (guile 1.6.7 and 1.8.x are fine) -#(use-modules (scm display-lily)) - displayLilyMusic = #(define-music-function (parser location music) (ly:music?) (newline) @@ -531,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.