Hi, Luigi--

Ironically, exactly the same question came up just a few months ago in
private correspondence. I should have put the answer on the list.

Here's a work-around:

=============================
2 2 4 4 4 4 0 0
1 1 20 0


bt
./

% 1
c0- | c0 | c0 | c0 of | c0 /
c0 | rp | rp | rp | rp /
% 6
c0 | c0 | c0 | c0 of | c0 /
%
% Create alternate paths for the next 4 bars in part 2.
% First, the version for the score.
%% 
rp | rp | rp | rp of | 
%
% Now the version for part 2
%
%2rm3 rp of |
%
% Now continue normally
%
c0 /
=============================

Notice that when you create an alternate path like this for one of the
parts, you must not include a "/" in either the section being replaced in
the score or in the replacement part. PMX would get confused otherwise.

Three comments:
1. I notice the fermatas are not properly centered over the rests. I'll
should work on fixing that.
2. You have a fermata on the whole note in bar 4, part 1, but no
corresponding fermata on the rest in part 2.
3. You are using things like "%6" as bar number comments. I'd be worried
that scor2prt would confuse that with a part-only line. Safer to include a
space after the "%".

--Don

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:tex-music-
> [EMAIL PROTECTED] On Behalf Of Luigi Cataldi
> Sent: Monday, December 03, 2007 6:33 AM
> To: Werner Icking Music Archive
> Subject: [TeX-Music] Multi-bar rest with fermata sign in scor2prt
> 
> Hi all,
> 
> I have a little problem with scor2prt, so this letter is addressed
> particularly to Don.
> 
> In the following example there are multiple bars of rest in the
> superior
> part. The last of those rests comes with a fermata sign.
> 
> ===============
> 2 2 4 4 4 4 0 0
> 1 1 20 0
> 
> 
> bt
> ./
> 
> %1
> c0- | c0 | c0 | c0 of | c0 /
> c0 | rp | rp | rp | rp /
> %6
> c0 | c0 | c0 | c0 of | c0 /
> rp | rp | rp | rp of | c0 /
> ===============
> 
> scor2prt condenses the rests in the following erroneous way for the
> part 2:
> 
> ===============
> c0 | rp | rp | rp | rp /
> %6
> rm4 /
> of | c0 /
> ===============
> 
> So there is the need of a post-edit of the resulting pmx file.
> In such a condition I expect an output like " c0 | rm7 | rp of ", i.e.
> all the rests condensed exept the last one that comes with the fermata
> sign.
> Is there a way to solve the problem?
> 
> Thanks
> 
> Luigi
> _______________________________________________
> 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

Reply via email to