Hi, 

I noticed a problem with 1.1.29. Multi-measure rests should
have some minimum spacing around them. The following example
shows what could happen to a single bar rest, but I've also
seen some example where the vertical lines of a multi-bar
rest collided with the surrounding bar lines.

        /Mats

-------------------------
m=\notes\relative c'''{
  \time 2/4;

  R2*4 | c2 | c2 | c2 | c2 | c2 | c2 | c2 | c2 | c2 | \break
  <{R2*10}{s2 \mark "A"; }> | % Too narrow space for the first rest in
1.1.29
  r4 r8 [g16 \p ( a ] |
[ ) g8-. fis16 ( g ][ ) fis8-. f16 ( g ] |
[ ) f8-. e16 ( f ][ ) e8-. es16 ( f ] |
[ ) es8 \f c16 ( d][es8 d16 c ] |
) d4 r8 [g16 \p ( a ] |
[ ) g8-. fis16 ( g ][ ) fis8-. f16 ( g ] | \break
) c2 | c2 | c2 | c2 | c2 | c2 | c2 | c2 | c2 |
}

\score{
  \m
  \paper{
    \translator{
      \ScoreContext
      SkipBars = 1;
    }
    \translator {
      \OrchestralPartStaffContext
    }
  }
}
-----------------

Reply via email to