On Sun, 21 Dec 2003 14:56:41 +0100, "Rickard Blixt"
<[EMAIL PROTECTED]> wrote:
>Hello,
Hello Rickard,
>I use abcm2ps, version 3.7.5. Could anyone give me an understandable
>explanation of the "%%multicol" command?
>Here is what I want to achieve:
>I want to put small text directly after the staff, not under. Is this
>possible? If so: How do I do?
>And is it possible to alingn to left and/or right margin and/or center
>different words of the same text line?
[snip]
There are examples of %%multicol at the beginning of sample3.abc which
is part of the abcm2ps package.
In simple words, %%multicol is just a way to restart printing upper
in the page. '%%multicol start' memorizes the position in the page,
'%%multicol new' restores this position and the margins, and
'%%multicol end' skips down to let place for the highest column.
You have to explicitly adjust the left and right margins for each
column; the program does not check them.
As each %%multicol flushes the output buffer, you cannot use
%%continueall, and, actually, problems occur when a column goes to
a new page.
About text alignment, you may only left align, center or justify.
Here is an example:
%%scale 1.5
%%multicol start % 1st column: music on the left
%%rightmargin 13cm
AAAA|
%%multicol new % 2nd column: text in the middle
%%rightmargin 8cm
%%leftmargin 8cm
%%center centered
%%center text
%%multicol new % 3rd column: music on the right
%%leftmargin 13cm
AAAA|
%%multicol end
--
Ken ar c'henta� | ** Breizh ha Linux atav! **
| http://moinejf.free.fr/
P�p� Jef | mailto:[EMAIL PROTECTED]
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html