lilypond-devel
[Top][All Lists]
Advanced

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

convert-ly and verticalExtent


From: Daniel Johnson
Subject: convert-ly and verticalExtent
Date: Fri, 31 Mar 2006 09:03:52 -0800
User-agent: Thunderbird 1.5 (Windows/20051201)

I have begun migrating my 2.6 files to 2.8 syntax. In 2.6, I have used the following combination to force vertical-extent of a Staff in a ChoirStaff so lyrics can be centered between staves:

\set Staff.minimumVerticalExtent = ##f
\set Staff.verticalExtent = #'(-3.25 . 3.25)

When I run this through convert-ly, it converts the first line to:
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f
However, it does NOT convert the second line at all. For correct behaviour, the second line should be converted to the following:
   \override Staff.VerticalAxisGroup #'Y-extent = #'(-3.25 . 3.25)

Was this a conscious decision, or simply an oversight?

Regards,
--Daniel




reply via email to

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