%%glyph
to
handle more characters (see the addition of '…' - ellipsis - in the
file sample.abc of the abcm2ps package).%%xxxfont font [encoding] size [optional parameters]font and size may be specified as '*' (asterisk), in which case their values remain unchanged.
%%vocalfont Arial 12 % Arial utf-8 12pt %%vocalfont Times-Roman % Times-Roman utf-8 12pt %%vocalfont * 13 % Times-Roman utf-8 13pt %%vocalfont UKaiCN-UTF8-H native % UKaiCN-UTF8-H native 13ptSee
%%xxxfont
for more information.
https://en.wikibooks.org/wiki/Regular_Expressionsabcm2ps uses the regex functions of the C library.
Examples:
- transpose up by two semitones all the voices the names of which contain the characters "Bb":
abcm2ps tune1.abc --voice Bb --transpose 2 --voice end
- display only the 2 first measures of the tunes the titles of which start with "Gloria":
abcm2ps tune2.abc --tune 'T:Gloria' --clip -3 --tune end
%%break
and
%%clip
permits the
localisation of a music symbol (note, rest or bar - only).
It has the following format:
%%measurenb 1
or -j1
.%%contbarnb
value.
In the case %%contbarnb
is not set, the repeat sequences may be identified by a letter after
the measure number as "10b" (second repeat sequence).