> On Wednesday, 30 August 2000, Scott Ballantyne writes:
>
> > \property Voice.genericSpannerText = "accel."
> > \property Voice.genericSpanner = "dashed-line"
>
> A generic spanner and text would be not so hard to implement,
> but I'm not so happy with this example, because we'd want to
> have Lily know that there's a gradual change in tempo, not just
> let her typeset some random text.
But, we cannot expect to implement all the less common
instructions that appear in some scores. Therefore,
we should definitely have a default version which could
typeset any text without implementing the semantics.
Then, later, we could add implementations of specific
spanners for themore common special cases that are requested.
/Mats