Re: [TeX-Music] Dotted rests

2007-09-12 Thread Bob Tennent
 | Hello. I am still a beginner with MusiXTeX and I am needing some
 |help. What
 | am I supposed to do to get dotted rests of quarter notes (\qp)? The
 |command
 | \pt does not work with rests and there is no command \qpp or something
 |like
 | that in MusiXTeX documentation.
 |
 |If I am not mistaken,  musixmad.tex, the addition to musixtex,
 |has these macros built-in; i.e.
 | \input musixmad
 |, and you can simply use \qpp for a dotted 4th rest.

grepping for \def\qpp (actually \\def\\qpp) in musixtex-T112/tex/*
turns up nothing, so I believe you are mistaken.

Bob T.
___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Dotted rests

2007-09-11 Thread ZeH (Leandro Zatesko)
Thank you all very much. As I have said, I am very beginner.

ZeH

On 9/10/07, Bob Tennent [EMAIL PROTECTED] wrote:

 |What am I supposed to do to get dotted rests of quarter notes (\qp)?

 \def\qpp{\pt 5\qp}
 \def\dsp{\pt 5\ds}
 \def\qsp{\pt 5\qs}
 \def\hpp{\pt 5\hpause}

 Bob T.
 ___
 TeX-music mailing list
 [EMAIL PROTECTED]
 http://mailman.daimi.au.dk/mailman/listinfo/tex-music

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Dotted rests

2007-09-11 Thread Cornelius C. Noack
On Mon, 10 Sep 2007, ZeH (Leandro Zatesko) wrote:

 Hello. I am still a beginner with MusiXTeX and I am needing some help. What
 am I supposed to do to get dotted rests of quarter notes (\qp)? The command
 \pt does not work with rests and there is no command \qpp or something like
 that in MusiXTeX documentation.

If I am not mistaken,  musixmad.tex, the addition to musixtex,
has these macros built-in; i.e.
 \input musixmad
, and you can simply use \qpp for a dotted 4th rest.

ccn.
-- 
.

   Prof.Dr. Cornelius C. Noack  Phones:
   Inst. f. Theor. Physik FB 1   office   : +49 (421) 218-2427
   Universitat Bremen   secretary: -2422
   Otto-Hahn-Allee   Fax  : -4869
   D - 28334  Bremen home : +49 (421) 34 22 36
Fax:  346 7872
   E-mail: noack at itp.uni-bremen.de   or  ccnoack at mailaps.org
   WWW-page: www.itp.uni-bremen.de/~noack
.
___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Dotted rests

2007-09-10 Thread Patrick Schmidt
Hi ZeH,

as far as I know you have to define the command.

type \def\qpp{\pt 5\qp} in the preamble of your document and then use  
the command \qpp to typeset a rest with the duration of a dotted  
quarter note

Cheers,

PLS

Am 10.09.2007 um 19:11 schrieb ZeH (Leandro Zatesko):

 Hello. I am still a beginner with MusiXTeX and I am needing some  
 help. What am I supposed to do to get dotted rests of quarter notes  
 (\qp)? The command \pt does not work with rests and there is no  
 command \qpp or something like that in MusiXTeX documentation.

 Thanks,
 ZeH
 ___
 TeX-music mailing list
 [EMAIL PROTECTED]
 http://mailman.daimi.au.dk/mailman/listinfo/tex-music

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Dotted rests

2007-09-10 Thread Bob Tennent
 |What am I supposed to do to get dotted rests of quarter notes (\qp)?

\def\qpp{\pt 5\qp}
\def\dsp{\pt 5\ds}
\def\qsp{\pt 5\qs}
\def\hpp{\pt 5\hpause}

Bob T.
___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music