Re: Compressed rests not engraving as expected

2019-04-02 Thread Guy Stalnaker
Brett, Much thanks, that does indeed fix the issue. Regards. Guy Stalnaker jimmyg...@gmail.com On Mon, Apr 1, 2019 at 8:15 PM Brett Duncan wrote: > I think you want > > \override MultiMeasureRest #'expand-limit = #7 (or whatever value you > decide - the default is 10). > > Brett > > On 2/4/

Re: Compressed rests not engraving as expected

2019-04-01 Thread Brett Duncan
I think you want \override MultiMeasureRest #'expand-limit = #7  (or whatever value you decide - the default is 10). Brett On 2/4/19 8:09 am, Guy Stalnaker wrote: \version "2.19" \language "english" \score {   \new Staff {   \clef bass   \compressFullBarRests   \key bf \major   \time 4/4

Compressed rests not engraving as expected

2019-04-01 Thread Guy Stalnaker
All, When the following code is compiled, the compressed full bar rests for the R2.*8 measures at mark A do not display as does the R1*15 measures at mark B. At mark A the meter shifts to 3/4 -- am I doing this wrong? it is R2.*8 right? Thanks. \version "2.19" \language "english" \score { \ne