Closed be1 closed 9 months ago
In a ABC file, the tunes start on a X: line and stop on an empty line.
There can be empty lines inside a tune when these ones are wrapped by some mechanism as %%multicol, %%beginxxx. But this is not standard. The correct way is to start such empty lines by a comment '%' or '%%'.
Here is how your example can work:
X:1
T:test 1
K:C
C8|]
%
%%multicol start
%%begintext
test with a blank line 1
%%
test text part 1
%%endtext
%%multicol new
%%leftmargin 10cm
%%rightmargin 5cm
%%begintext
test without a blank line 2
test text par 2
%%endtext
%%multicol end
X:2
T:test 2
K:C
C8|]
The correct way is to start such empty lines by a comment '%' or '%%'.
Thank you for your reply. This is okay now.
Hello, Following is a small abc test file that confuses
abcm2ps
when used with flag-e
because of a blank line at line 9: