On 20 February 2010 16:33, Michael Welsh Duggan <m...@md5i.com> wrote:
> Lyrics above a staff attach to the system above that staff. This was > tested with lilypond version 2.13.14, git revision: > 9bb3914ce6cc9a61773d2018e572d651936bbf7d Definitely looks like a bug. As a workaround, you could use alignAboveContext instead. > \paper { > #(assq-set! between-system-spacing 'padding (* 1 cm)) > } This sets padding to 10 staff-spaces, since the new paper variables for vertical spacing aren't scaled. If you want to use dimensions, try this instead: between-system-spacing #'padding = (/ (ly:cm 1) staff-space) Regards, Neil _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond