CompressMMRests issue

Denis Penard <[email protected]>
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
Dear all,

I am now engraving Manhattan Symphony in Lilypond.

I encouter an issue with CompressMMRests. Here is the code. I just take 
some bars not the whole score.

After the third \partial (red one below), I attempt to get a 8 
compressed rests bars but the eight bars are unfolded.

If I remove the two partial before, it works.

If I add a bar with some notes, it works.

It looks like a bug isnt'it?

Best regards

Denis


\version "2.22.0"
\book {
   \paper   {
     print-page-number = ##t
     oddFooterMarkup = \markup \fontsize #-3 "Gravé par D.Pénard - 
Lilypond & Frescobaldi"
   }
   \header {
     % dedication = "dédicace"
     title = "Manhattan Symphony"
     instrument = "Flûte"
     composer = "Lancen-Dondeyne"
     tagline = ##f
   }

   \score {
     \header {
       piece = \markup \fontsize #2 "II. Central Park"
     }
     %1-14
     \relative {
       \key c \major
       \clef "treble"
       \tempo "Allegro moderato" 4 = 128
       \numericTimeSignature
       \set Score.markFormatter = #format-mark-box-numbers

       \time 4/4
       \partial 1*5/16 r16 r4
       \mark \markup { \musicglyph "scripts.segno" }
       \bar "||"
       %\mark \markup { \musicglyph "scripts.segno" }
       \compressMMRests {
         R1*7
       }

       \compressMMRests {
         R1*7
       }
       r2 r4 \tuplet 3/2 { g'8-. g-. g-.}

       \partial 2. {r4 r r} \bar "||"
       \partial 4 { r4 ^\markup { \italic "Trio" }} \bar "|"

\compressMMRests {
         R1*8
       }
       \compressMMRests {
         R1*7
       }
       r2 r4 \tuplet 3/2 { g8-. g-. g-.}
       \bar "|."
     }
  } %fin score deuxième partie Central Park
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.