Hello,

When using lyrics and 'sf', and placing many systems on 1 page it would be nice to 
flatten the 1st
part of a broken slur.
I searched pmx.tex, musixps.tex and musixtex.tex for a parameter that does the job, 
but i did not
found how the end point of the first slur is defined.

This example is better than my previous one, because here i have to find only the last 
bar on the
first line of the broken slur. This is not hard if the layout of the piece is made 
already.

But still it is a clumsy one, it would be so nice if it could happen automatically 
(magically).

================
---
%first part flattend breakslur -
%must be in the last bar of the line%
%
\def\mybreakslur#1#2{\sk\gdef\atnextbar{%
\znotes\loff{\psforts1\tslur#1{#2}}\en}\bsk%
\gdef\atnextline{\znotes\ifnum#2>3% slur up
\isu#1{#2}{4}\else\isd#1{#2}{4}\fi\en}}%

---
    1    1   4  4   0  6   0  2
    1      10     16       0

t
./
Ap
%\\input musixpss.tex\relax\
w50m h200m
% pmx break: 1st part to high if using lyrics in staff above
a44 suf+5 b d c  f g f g sf /
% musixtex break: better but not sufficient
a44 suf+5 b d \breakslur0{9}\ c  f g f g sf /
% using \psforts1 in first part also
a44 su+5 b d \mybreakslur0{8}\ c  f g f g sf /
% defining the break end by \atnextbar
a44 su+5 b d \mybreakslur0{8}\ c8 c  f4 g f g sf /
% slur down
a44 s-2 b d c8 \mybreakslur0{-1}\ c  f4 g f g sf-6 /
=========================

Andre


_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to