bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1298 in lilypond: minimum-Y-extent might be obsolete?


From: Trevor Daniels
Subject: Re: Issue 1298 in lilypond: minimum-Y-extent might be obsolete?
Date: Wed, 17 Nov 2010 10:14:26 -0000


Mark wrote Wednesday, November 17, 2010 4:46 AM

Comment #10 on issue 1298 by markpolesky: minimum-Y-extent might be obsolete?
http://code.google.com/p/lilypond/issues/detail?id=1298

IIRC, the obsolescence only applies to VerticalAxisGroup.

But VerticalAxisGroup supports the grob-interface, which
provides the 'minimum-Y-extent property.  Or am I
misunderstanding something?

The support of an interface (AFAIK) simply adds the
properties specified in that interface to the list of
properties that the user can set without incurring
a "cannot find property type-check" error.  The effect of
setting a property depends on what the code which implements
the grob chooses to do with it.  This may be nothing, as in
this case.

Trevor






reply via email to

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