Open tweh opened 11 years ago
Maybe it would be better to name a sequence of metrics symbols so it can be reused more flexible, e.g.
\metrics[set=my-rythm]{_ uu_ _ _|_ _uu _ _ _ } {flos ve-te-ris vi-ni | meis na-ri-bus ob-iec-tust}
to save and
\metrics[use=my-rythm]{} {flos ve-te-ris vi-ni | meis na-ri-bus ob-iec-tust}
to reuse a sequence. In case of
\metrics[use=my-rythm]{_ uu_ _ _|_ _uu _ _ _ } {flos ve-te-ris vi-ni | meis na-ri-bus ob-iec-tust}
argument #2
will be ignored.
An addtional command like
\definemetric{my-rhythm}{_ uu_ _ _|_ _uu _ _ _}
would be handy …
Better names
save-metrics-as = <name>
use-metrics = <name>
\newmetrics{<name>}{<sequence>}
plus \renewmetrics
, \providemetrics
and \definemetrics
Add feature on
\metrics
to repeat the lat sequence of metric symbols in combination with new syllables.E.g.
instead of
The test wether the number of syllable and symbol match, should work in this case too.
An environment version could be possible:
in this case every line must be processed separately and should end with
\\
. Maybe a processing as{tabular}{l}
in the background works.