> There's a single event class, StreamEvent, which uses uppercase
> letters in its name. Wouldn't be stream-event a better name, similar
> to all others?
To be more precise, we have for example `AbsoluteDynamicEvent' for
music expressions and `absolute_dynamic_event' as a music class, but
`Strea
> Fold was an attempt to represent lyric stanzas which are usually
> printed in parallel. Since we couldn't get them to print properly,
> they have never been very useful, and consequently left out of the
> docs, so we don't have to explain that it doesn't work all the time.
Hmm. Having a half-
Thanks so much! I applied the patch.
Comments are a bit weird; this worked:
%{
foo %{ bar %}
%}
...music...
but this didn't:
%{
foo %{ bar %} baz
%}
...music...
It seems simpler to say that comments don't nest. :)
Cheers,
- Graham
Mike Coleman wrote:
Lilypond is very cool!
Here's a shor