bug-lilypond
[Top][All Lists]
Advanced

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

Re: 2.7.17: minimumVerticalExtent


From: Daniel Johnson
Subject: Re: 2.7.17: minimumVerticalExtent
Date: Sun, 20 Nov 2005 13:31:01 -0800
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051026)

Mats Bengtsson wrote:

If you use the absolutely latest development ("unstable") version of
LilyPond, you should be prepared for changes that are possibly not
always well documented. However, in this case, convert-ly should
convert your code to something that works in 2.7.17 (actually, as
far as I can see from convert-ly, this particular change happened
between 2.7.13 and 1.7.14.

   /Mats

Aha! It hadn't occurred to me to try convert-ly. Just for the record, the syntax change is as following:

Old style:
   \set Staff.minimumVerticalExtent = ##f
New style:
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f

Many thanks!

--Daniel

P.S. For the record, I keep the latest of both the 2.6 and 2.7 branches installed, in /usr/local/bin and /usr/bin respectively; I have aliased "lilypond" to the 2.7 branch, and "lily26" to the 2.6 in my .bashrc.




reply via email to

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