bug-lilypond
[Top][All Lists]
Advanced

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

Re: misaligned incipits for clefs exceeding staff-lines


From: Neil Puttock
Subject: Re: misaligned incipits for clefs exceeding staff-lines
Date: Wed, 20 Jan 2010 20:08:49 +0000

2010/1/20 Martin Straeten <address@hidden>:

> in the current development version incipit-staves and main stave doesn't fit.
> See sample below:
> The alignment is ok with 2.12.2

Thank you for you bug report.

This is a known issue: the incipit snippets relied on a feature of the
old vertical spacing which is now obsolete.

You can work around the misalignment by adding the following \context
block to the layout block of your instrumentName \score markup:

\context {
  \Staff
  \override VerticalAxisGroup #'Y-extent = #'(-4 . 4)
}

Regards,
Neil




reply via email to

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