bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CompressMMRests issue


From: Denis Penard
Subject: CompressMMRests issue
Date: Mon, 21 Nov 2022 13:02:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0

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
}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]