David Bobroff <[EMAIL PROTECTED]> writes:
> I recall many months ago that there was a solution posted here for how to
> make blank staff paper. I was sure that I had saved it but I can't find
> it. Does anyone have the solution? I have worked out a partial solution
> with pmx but I still need to get rid of the barlines at the ends of the
> lines as well as the final barline.
This small PostScript program is what I use. Save it in a file, adjust
the number of copies, and send it to a PostScript printer.
On Windows, I think Gsview can be used to print it.
-- Johan
%!PS-Adobe-2.0
%%Creator: Johan Vromans
%%Title: Music Sheet Paper
%%Pages: 1 0
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
%%EndComments
%%EndProlog
%%BeginSetup
%%PaperSize: A4
a4
<< /NumCopies 1 >> setpagedevice
%%EndSetup
%%Page: 1 1
0.25 setlinewidth
newpath
60 64 moveto
10 {
5 {
492 0 rlineto
-492 6 rmoveto
} repeat
0 39 rmoveto
} repeat
stroke
showpage
%%EOF