Hi Mark,
I'd like to help but I can't get your function to work. I get:
warning: type check for `line-break-system-details' failed;
value `(10 . 10)' must be of type `list'
Can you include a working example?
\version "2.13"
staffAdjust =
#(define-music-function (parser location adj) (pair?)
#{
\overrideProperty #"Score.NonMusicalPaperColumn"
#'line-break-system-details $adj
#})
shiftedMusic = \relative
{
c'4 c c c \break
\staffAdjust #'((Y-offset . 10)) c c c c \break
c c c c
}
\score { \shiftedMusic }
Thanks!
Kieren.
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel