Re: [Tex-music] Empty score, systems only

2004-02-05 Thread Andreas Reichhart
Here are another two solutions for your problem, both coded directly in 
Postscript, suitable for A4 paper. Choose which one pleases you better.

Stefan Svensson wrote:
I'm out of empty score papers! I can't write notes by hand! :-)

I recall someone asking here if it was possible to create an entire page 
with note systems only, no bars, no notes. However, I'm unable to find 
that post (and it probably was several years ago).

Does anyone have an idea of how to tweak MusixTex into this - or perhaps I 
should save the time and use FrameMaker or any other ordinary word 
processor to create empty scores? :-)

Stefan



--
Andreas Reichhart
___
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


[Tex-music] Empty score, systems only

2004-02-03 Thread Stefan Svensson
I'm out of empty score papers! I can't write notes by hand! :-)

I recall someone asking here if it was possible to create an entire page 
with note systems only, no bars, no notes. However, I'm unable to find 
that post (and it probably was several years ago).

Does anyone have an idea of how to tweak MusixTex into this - or perhaps I 
should save the time and use FrameMaker or any other ordinary word 
processor to create empty scores? :-)

Stefan

-- 
Stefan Svensson Phone: +46-90-135000
Himlastigen 14  WWW: http://raggmunk.nu/
906 41 Umeå, Sweden ICQ: 1956984

___
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


[Tex-music] Empty score, systems only

2004-02-03 Thread Olivier Vogel

 I'm out of empty score papers! I can't write notes by hand! :-)
 
 I recall someone asking here if it was possible to create an entire page 
 with note systems only, no bars, no notes. However, I'm unable to find 
 that post (and it probably was several years ago).
 
 Does anyone have an idea of how to tweak MusixTex into this - or perhaps I 
 should save the time and use FrameMaker or any other ordinary word 
 processor to create empty scores? :-)

Dear Stephan,

Are you satisfied by this pmx code?

8-
1 1
4 4 0 0
0 0
1 12
20 0

t
./
\\setclefsymbol{1}{\empty}\nobarnumbers\
\\let\oldalaligne\alaligne\def\alaligne{\setemptybar\oldalaligne}\
rpb /

L2
rpb /

L3
rpb /

L4
rpb /

L5
rpb /

L6
rpb /

L7
rpb /

L8
rpb /

L9
rpb /

L10
rpb /

L11
rpb /

L12
rpb Rz /
8-

Olivier
___
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


Re: [Tex-music] Empty score, systems only

2004-02-03 Thread Jean-Pierre Coulon
On Tue, 3 Feb 2004, Stefan Svensson wrote:

 I'm out of empty score papers! I can't write notes by hand! :-)

 I recall someone asking here if it was possible to create an entire page
 with note systems only, no bars, no notes. However, I'm unable to find
 that post (and it probably was several years ago).

 Does anyone have an idea of how to tweak MusixTex into this - or perhaps I
 should save the time and use FrameMaker or any other ordinary word
 processor to create empty scores? :-)

Try the attached LaTeX file, and feel free to make adjusments. I've also
made a piano-style paper too.

En hopant que ça helpe,

Jean-Pierre Coulon E-mail: [EMAIL PROTECTED]
Observatoire de la Côte d'Azur
Département FRESNEL, groupe ILGA
BP 4229
06304 NICE Cedex 4

Tel (33) {0}4 92 00 31 58   Fax (33) {0}4 92 00 31 38
% papier … musique d'int‚rˆt g‚n‚ral
\documentclass[12pt]{article}
\usepackage{a4}
\setlength{\voffset}{-1in}\setlength{\hoffset}{-1in}
\setlength{\textwidth}{20cm}\setlength{\textheight}{29cm}
\setlength{\topmargin}{0cm}\setlength{\headheight}{0cm}
\setlength{\headsep}{0cm}
\setlength{\oddsidemargin}{0cm}\setlength{\evensidemargin}{0cm}
\pagestyle{empty}   % supprime numerotation page

\begin{document}

\setlength{\unitlength}{1cm}
\begin{picture}(20,28)
\linethickness{.1mm}
\multiput(0,0)(0,1.7){16}{  \multiput(0,0)(0,.15){5} {\line(1,0){20}  } }

\end{picture}

\end{document}
___
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music