bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spacing bug with above lyrics


From: Neil Puttock
Subject: Re: Spacing bug with above lyrics
Date: Sat, 20 Feb 2010 16:53:38 +0000

On 20 February 2010 16:33, Michael Welsh Duggan <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]