I found an even uglier example of the spacing problems with
multi-measure rests. This time, it's printed on top of the
time signature. 
Is there some quick fix?

-------------------
\score{
  \notes\relative c'{
    \key f;
    \time 3/4;
    R2.*6 |
    c2. | c2. | c2. | c2. | c2. | c2. | c2. | c2. | c2. | 
  }
  \paper{
    \translator{
      \ScoreContext
      SkipBars = 1;
    }
  }
}
-------------------

     /Mats

Reply via email to