On Sun, 2024-02-18 at 11:27 +0100, Thomas Morley wrote:
> Am Sa., 17. Feb. 2024 um 01:18 Uhr schrieb Gerardo Ballabio
> <gerardo.balla...@gmail.com>:
> > 
> > Sorry, forgot the attachment.
> > 
> > Il giorno sab 17 feb 2024 alle ore 01:15 Gerardo Ballabio
> > <gerardo.balla...@gmail.com> ha scritto:
> > > 
> > > Hello,
> > > I need to change the time in the middle of a bar.
> > > I managed to do that using \partial, but it seems that after that,
> > > \compressMMRests no longer works -- only for the group of measures
> > > immediately following, then it resumes working normally.
> > > See example below, attaching the output that I get.
> > > Can you please help me fix that?
> > > 
> > > Thank you
> > > Gerardo
> > > 
> > > %%%%%%%%%%
> > > \version "2.24.1"
> > > 
> > > \new Staff \compressMMRests {
> > >   \time 2/4
> > >   R2*4 |
> > >   \partial 4 r4 \bar "" \time 6/8 \partial 4. r4 r8 |
> > >   R2.*4 | % these bars aren't compressed
> > >   R2.*4 | % these are
> > > }
> > > %%%%%%%%%%
> 
> Hi,
> 
> works out of the box with 2.25.13.
> Please consider to upgrade.
> 
> Cheers,
>   Harm
> 

I've recently done this:
  \unfoldRepeats {
    \relative c'' {
    ...
      \partial 8 e8 |
      a,8. b16 a8 a4 a8 |
     ...
     a8. fs16 d8 fs4 e8 |
      \partial 8*5 d4. d4 \bar "||"
      \repeat volta 2 {
        a'8. fs16 d8 d8. e16 fs8 |
     ...

- and it works fine.  No time signature change, just going from
anacrusis to complete bars.  The unfolded repeats are to make the MIDI
work.

Martin


-- 
J Martin Rushton MBCS

Reply via email to