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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond