Hello all,

Is there a global/automagic way to make the minimum-length value applyl only to 
compressed MMRs?

mmrMusic = {
  \override MultiMeasureRest.expand-limit = #1
  R1*2
  \compressFullBarRests
  R1*2
}

\score { \mmrMusic }

\score {
  \mmrMusic
  \layout {
    \context {
      \Score
      \override MultiMeasureRest.minimum-length = #24
    }
  }
}

Thanks,
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to