Jean-Pierre Coulon wrote:
On Fri, 4 Jun 2010, Hermann Hinsch wrote:

Hi all,

would it be possible to change in a score the number of staves within
a system? I had this problem a few years ago and solved this problem
by using an individual mtx-file for each group of systems with the
same number of staves, making eps-files and combine these files by
LaTeX's icludegraphics. Maybe there is another more convenient method?

Even in MusiXTeX I don't know how to do this. May you could study this
thread:
http://www.mail-archive.com/[email protected]/msg02177.html


and adapt this paragraph:

\off{6pt} % hard space
\roffset{2}{\psframe[linestyle=none,fillstyle=solid,fillcolor=white](0pt,4\internote)(6pt,14\internote)}%


to put some "white paint" on the staff portions you don't want to see. Are
you with TeX or LaTeX?


Another approach is to use psfig for including eps files into a plain TeX master script, something like

\input psfig.sty
\psfig{file=my_page.eps}

The vertical positioning of the included eps file may be tweaked by applying \lower or \raise on the \psfig expression, something like

\lower 7mm\psfig{file=my_page.eps}

If the number of staffs don't change within pages, then a simple and efficient method is to merge pdf pages using the utility pdftk, http://www.accesspdf.com/pdftk/

--
Christian Mondrup, Archive Editor
WIMA: Werner Icking Music Archive
http://icking-music-archive.org/
_______________________________________________
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music

Reply via email to