> I'm not top posting.

Hello,

I get the repeat start bar twice.
This mistake occurs only, when you have minimum two staffs and in one staff the 
first node after repeat start has a grace node.
In case of both first nodes have a grace node, the repeat start comes once.

regards

Thomas Heidler


Example:
\version "2.18.2"

<<
  \new Staff \relative c'' { 
    d1
    \repeat volta 2 {
      \grace b 
      c1 | g1
    }
  }

  \new Staff \relative c'' { 
    a1
    \repeat volta 2 {
      % \grace b 
      c1 | g1
    }
  }
>>


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

Reply via email to