Re: [TeX-Music] Separate bars with PMX

2007-08-22 Thread Rainer Dunker
On Tue, Jul 31, 2007 at 07:45:20AM -0700, Don Simons wrote:
 It looks like \sepmultibarrule{n} in musixdbr will do what you want. The
 following mods to test.pmx work for me:
 
 ===
 [...]
 \\input musixdbr\
 \\input curly\
 [...]
 \\indivbarrules\sepmultibarrule1\
 \segno {11}\ \roffset{24}{\lmidstaff{\medtype\it Mouvement de Sarabande}}\
 ...
 ===
 
 For some reason, if I don't \input curly, I get an error (Rainer?)

Hello Don,

same for me. If I remove the line \\input curly\ from the excerpt 
above, the TeX logging output does _not_ indicate that musixdbr.tex is 
read; instead, TeX stops processing, saying that \indivbarrules is 
undefined.

From the example code without the \\input curly\, PMX produces a .tex 
file that contains these lines:

\input musixdbr%
\indivbarrules\sepmultibarrule1%

Therefore I guess the problem is caused by the way the \input command 
determines the end of the name of the file to be input. Since the name 
musixdbr is immediately followed by '%', TeX apparently tries to 
interpret the control sequence \indivbarrules in order to see whether 
it is a macro whose expansion adds something to the filename. Since 
\indivbarrules is still undefined at that time, the mentioned error 
happens.

When I change \\input musixdbr\ to \\input musixdbr \, everything 
works well - the trailing space apparently terminates the filename 
cleanly and does not cause any unregistered space problem.

I've no clue, however, why \\input curly\ does not suffer from the 
same problem.

Best regards,

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


Re: [TeX-Music] Separate bars with PMX

2007-08-01 Thread Hermann Hinsch
Am Dienstag, 31. Juli 2007 16:45 schrieb Don Simons:
 It looks like \sepmultibarrule{n} in musixdbr will do what you want. The
 following mods to test.pmx work for me:

 ===
 ...
 Abdep
 \\def\writebarno{\ifnum\barno1\lrlap{\tenrm\it\the\barno\barnoadd}\fi}\
 \\def\raisebarno{5mm}\
 \\input musixdbr\
 \\input curly\
 h
 Les Tourterelles. Rondeau
 %
 % Bar 1-3
 %
 \\indivbarrules\sepmultibarrule1\
 \segno {11}\ \roffset{24}{\lmidstaff{\medtype\it Mouvement de Sarabande}}\
 ...
 ===

 For some reason, if I don't \input curly, I get an error (Rainer?)

 --Don Simons

Hi Don,

thank you for your help.  \\\indivbarrules\sepmultibarrule1\ separates the 
barline and \\\conmultibarrule1\  before the next inputblock restores the 
barline.

\input curly isn't necessary in my score.

Hermann

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Hermann
  Hinsch
  Sent: Tuesday, July 31, 2007 6:53 AM
  To: Werner Icking Music Archive
  Subject: Re: [TeX-Music] Separate bars with PMX
 
  Am Montag, 30. Juli 2007 19:08 schrieb Andre Van Ryckeghem:
   I dont know if i understand well what you want, if you sent an
 
  example, i
 
   will look at it.
 
  Andre, please find an exemple attached where a text crosses the
  barline which
  I wanted to be separated.
 
   Otherwise, you can play with \\\sepbarrules\ and
 
  \\\stdbarrules\ ( the \\\
 
   works in the middle of the code)
 
  I think this will work only in the case that one was more than
  one instrument.
 
  Hermann
 
   Andre
  
   You may also read 'Elementary asynchronous bar line' in the
 
  latest musixdoc
 
   manual (p43), that is posted by Don.
  
  
  
   - Original Message -
   From: Hermann Hinsch [EMAIL PROTECTED]
   To: Werner Icking Music Archive tex-music@icking-music-archive.org
   Sent: Saturday, July 28, 2007 11:30 AM
   Subject: Re: [TeX-Music] Separate bars with PMX
  
   Am Freitag, 27. Juli 2007 21:07 schrieb Andre Van Ryckeghem:
If you use 2 instruments of 1 staff, use:
   
\\sepbarrules\
   
Andre
  
   I tried this without success. As far as I understand pmx a code
 
  beginning
 
   with
   \\ should influence the whole score. Maybe that I didn't
 
  explain my problem
 
   clearly enough. What I wanted is to separate only 1 or 2 barlines in a
   score for a harpsichord .
  
   Hermann
  
- Original Message -
From: Hermann Hinsch [EMAIL PROTECTED]
To: Werner Icking Music Archive
tex-music@icking-music-archive.org Sent: Friday, July 27, 2007 7:31
PM
Subject: [TeX-Music] Separate bars with PMX
   
 Is it possible to generate single separate bars with PMX in a
 system with
 2
 staves to avoid interference with text between the staves?

 Hermann
 ___
 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

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

-- 
Dr. Hermann Hinsch
Quinckestraße 44
69120 Heidelberg
Tel.: 06221-436298
Email: [EMAIL PROTECTED]

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


Re: [TeX-Music] Separate bars with PMX

2007-07-31 Thread Hermann Hinsch
Am Montag, 30. Juli 2007 19:08 schrieb Andre Van Ryckeghem:
 I dont know if i understand well what you want, if you sent an example, i
 will look at it.

Andre, please find an exemple attached where a text crosses the barline which 
I wanted to be separated. 


 Otherwise, you can play with \\\sepbarrules\ and \\\stdbarrules\ ( the \\\
 works in the middle of the code)

I think this will work only in the case that one was more than one instrument.

Hermann


 Andre

 You may also read 'Elementary asynchronous bar line' in the latest musixdoc
 manual (p43), that is posted by Don.



 - Original Message -
 From: Hermann Hinsch [EMAIL PROTECTED]
 To: Werner Icking Music Archive tex-music@icking-music-archive.org
 Sent: Saturday, July 28, 2007 11:30 AM
 Subject: Re: [TeX-Music] Separate bars with PMX

 Am Freitag, 27. Juli 2007 21:07 schrieb Andre Van Ryckeghem:
  If you use 2 instruments of 1 staff, use:
 
  \\sepbarrules\
 
  Andre

 I tried this without success. As far as I understand pmx a code beginning
 with
 \\ should influence the whole score. Maybe that I didn't explain my problem
 clearly enough. What I wanted is to separate only 1 or 2 barlines in a
 score for a harpsichord .

 Hermann

  - Original Message -
  From: Hermann Hinsch [EMAIL PROTECTED]
  To: Werner Icking Music Archive tex-music@icking-music-archive.org
  Sent: Friday, July 27, 2007 7:31 PM
  Subject: [TeX-Music] Separate bars with PMX
 
   Is it possible to generate single separate bars with PMX in a system
   with
   2
   staves to avoid interference with text between the staves?
  
   Hermann
   ___
   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


213   40   3   0  0
12   20  .05

bb
./
%
Abdep
\\def\writebarno{\ifnum\barno1\lrlap{\tenrm\it\the\barno\barnoadd}\fi}\
\\def\raisebarno{5mm}\
h
Les Tourterelles. Rondeau
%
% Bar 1-3
%
\segno {11}\ \roffset{24}{\lmidstaff{\medtype\it Mouvement de Sarabande}}\
a22 b4 | c d e | f2 om e4 //
r4 e23 rb2d | rb2d /
%
c24 om+1 b4 | a2 ot g4s | a om+1 d c /
%
% Bar 4-6
%
d23 ot c4 | b2 ot a4 | gs c- e /
%
b23 ot a4 | g2s ot a4 | e2d /
%
% Bar 7-9
%
a41 a+ b | c d e | f2 om e4 /
%
\arpeggio 43\ e23 b4+ | a2 ot g4s | a om+1 d c //
c24 za rb4 | rb2d | rb2d /
%
% Bar 10-12
%
d43 b c | d e e- | \roffset{13}{\lmidstaff{\medtype\it Fin}}\ ad e8 a4- RD /
%
b43 ot Gsa gs a om+1 | b bd a8 | ar e su \zhu 5\ c2 s+2 //
rb2d | rb2d | a23d+0.8 /
___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Separate bars with PMX

2007-07-31 Thread Don Simons
It looks like \sepmultibarrule{n} in musixdbr will do what you want. The
following mods to test.pmx work for me:

===
...
Abdep
\\def\writebarno{\ifnum\barno1\lrlap{\tenrm\it\the\barno\barnoadd}\fi}\
\\def\raisebarno{5mm}\
\\input musixdbr\
\\input curly\
h
Les Tourterelles. Rondeau
%
% Bar 1-3
%
\\indivbarrules\sepmultibarrule1\
\segno {11}\ \roffset{24}{\lmidstaff{\medtype\it Mouvement de Sarabande}}\
...
===

For some reason, if I don't \input curly, I get an error (Rainer?)

--Don Simons



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Hermann
 Hinsch
 Sent: Tuesday, July 31, 2007 6:53 AM
 To: Werner Icking Music Archive
 Subject: Re: [TeX-Music] Separate bars with PMX


 Am Montag, 30. Juli 2007 19:08 schrieb Andre Van Ryckeghem:
  I dont know if i understand well what you want, if you sent an
 example, i
  will look at it.

 Andre, please find an exemple attached where a text crosses the
 barline which
 I wanted to be separated.

 
  Otherwise, you can play with \\\sepbarrules\ and
 \\\stdbarrules\ ( the \\\
  works in the middle of the code)

 I think this will work only in the case that one was more than
 one instrument.

 Hermann

 
  Andre
 
  You may also read 'Elementary asynchronous bar line' in the
 latest musixdoc
  manual (p43), that is posted by Don.
 
 
 
  - Original Message -
  From: Hermann Hinsch [EMAIL PROTECTED]
  To: Werner Icking Music Archive tex-music@icking-music-archive.org
  Sent: Saturday, July 28, 2007 11:30 AM
  Subject: Re: [TeX-Music] Separate bars with PMX
 
  Am Freitag, 27. Juli 2007 21:07 schrieb Andre Van Ryckeghem:
   If you use 2 instruments of 1 staff, use:
  
   \\sepbarrules\
  
   Andre
 
  I tried this without success. As far as I understand pmx a code
 beginning
  with
  \\ should influence the whole score. Maybe that I didn't
 explain my problem
  clearly enough. What I wanted is to separate only 1 or 2 barlines in a
  score for a harpsichord .
 
  Hermann
 
   - Original Message -
   From: Hermann Hinsch [EMAIL PROTECTED]
   To: Werner Icking Music Archive tex-music@icking-music-archive.org
   Sent: Friday, July 27, 2007 7:31 PM
   Subject: [TeX-Music] Separate bars with PMX
  
Is it possible to generate single separate bars with PMX in a system
with
2
staves to avoid interference with text between the staves?
   
Hermann
___
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




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


Re: [TeX-Music] Separate bars with PMX

2007-07-30 Thread Andre Van Ryckeghem
I dont know if i understand well what you want, if you sent an example, i 
will look at it.

Otherwise, you can play with \\\sepbarrules\ and \\\stdbarrules\ ( the \\\ 
works in the middle of the code)

Andre

You may also read 'Elementary asynchronous bar line' in the latest musixdoc 
manual (p43), that is posted by Don.



- Original Message - 
From: Hermann Hinsch [EMAIL PROTECTED]
To: Werner Icking Music Archive tex-music@icking-music-archive.org
Sent: Saturday, July 28, 2007 11:30 AM
Subject: Re: [TeX-Music] Separate bars with PMX


Am Freitag, 27. Juli 2007 21:07 schrieb Andre Van Ryckeghem:
 If you use 2 instruments of 1 staff, use:

 \\sepbarrules\

 Andre


I tried this without success. As far as I understand pmx a code beginning 
with
\\ should influence the whole score. Maybe that I didn't explain my problem
clearly enough. What I wanted is to separate only 1 or 2 barlines in a score
for a harpsichord .

Hermann

 - Original Message -
 From: Hermann Hinsch [EMAIL PROTECTED]
 To: Werner Icking Music Archive tex-music@icking-music-archive.org
 Sent: Friday, July 27, 2007 7:31 PM
 Subject: [TeX-Music] Separate bars with PMX

  Is it possible to generate single separate bars with PMX in a system 
  with
  2
  staves to avoid interference with text between the staves?
 
  Hermann
  ___
  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

-- 
Dr. Hermann Hinsch
Quinckestraße 44
69120 Heidelberg
Tel.: 06221-436298
Email: [EMAIL PROTECTED]

___
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] Separate bars with PMX

2007-07-28 Thread Hermann Hinsch
Am Freitag, 27. Juli 2007 21:07 schrieb Andre Van Ryckeghem:
 If you use 2 instruments of 1 staff, use:

 \\sepbarrules\

 Andre


I tried this without success. As far as I understand pmx a code beginning with 
\\ should influence the whole score. Maybe that I didn't explain my problem 
clearly enough. What I wanted is to separate only 1 or 2 barlines in a score 
for a harpsichord .

Hermann

 - Original Message -
 From: Hermann Hinsch [EMAIL PROTECTED]
 To: Werner Icking Music Archive tex-music@icking-music-archive.org
 Sent: Friday, July 27, 2007 7:31 PM
 Subject: [TeX-Music] Separate bars with PMX

  Is it possible to generate single separate bars with PMX in a system with
  2
  staves to avoid interference with text between the staves?
 
  Hermann
  ___
  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

-- 
Dr. Hermann Hinsch
Quinckestraße 44
69120 Heidelberg
Tel.: 06221-436298
Email: [EMAIL PROTECTED]

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


[TeX-Music] Separate bars with PMX

2007-07-27 Thread Hermann Hinsch

Is it possible to generate single separate bars with PMX in a system with 2 
staves to avoid interference with text between the staves?

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