The meaning of the bar check | has changed to obviate the need to use
\partial.

The following should result in the short bar you are after.

 [d'16 f' g' ees'][f' d' ees' c'][d' bes g ees'][d' bes c' a]|
 bes4 r \bar "||"; |
 s16[bes' d' g'][f' f'' a' ees''][f' d'' ees' c''][d' bes' c' a']|

Disclaimer: I'm writing from work and I haven't had an opportunity to
actually test this. But this is what the documentation says should happen.

It WILL generate a warning about a failed bar check, but you can ignore
this. You might want to add an appropriate comment:
 bes4 r \bar "||"; | % short bar: ignore bar check warning

Glen Prideaux

> -----Original Message-----
> From: John Sankey [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 04, 1999 8:28
> To: [EMAIL PROTECTED]
> Subject: \partial
>
>
> The meaning of \partial now seems to have changed, with unfortunate
> results. It used to allow a short bar in the middle of a piece e.g.
>
> \time 4/4;
> ...
> [d'16 f' g' ees'][f' d' ees' c'][d' bes g ees'][d' bes c' a]|
> \partial 4*2; bes4 r \bar "||";
> s16[bes' d' g'][f' f'' a' ees''][f' d'' ees' c''][d' bes' c' a']|
> ...
>
> Now \partial is stated to be only for use at the beginning of a
> score, and in the above case (with 1.1.60) cancels the preceding bar
> line, creating one 4*6 bar rather than 4*4 + 4*2 bars.
>
> How does one now have a short bar in the middle of a piece?
> \time forces printing of a key signature (not in the original),
> adding \skip 2; to the above leaves a space in the printout,
> \cadenza seems to foul up parallel voices,
> using \times 2/1; works but is a horrid hack...
>
> John
>

Reply via email to