In the presence of the leading appogiatura, there are two repeat bars output at the beginning, whereas there should be only one. The second one (after the appogiatura note) is the one that should not be there.
Raphael
% Extra repeat bar \version "2.11.37" Up = \relative c'' { \partial 4 a8 g | \repeat volta 2 { \acciaccatura g8 \repeat unfold 48 { fis } } } UpTwo = \relative c' { \partial 4 s4 | \repeat volta 2 { \repeat unfold 48 { d8 } } } Down = \relative c { \partial 4 r8 r | \repeat volta 2 { \repeat unfold 48 { d } } } \score { \new PianoStaff << \context Staff = up << \clef treble \time 6/8 \key d \major \context Voice = one { \voiceOne \Up \bar "|." } \context Voice = two { \voiceTwo \UpTwo } >> \context Staff = down << \clef bass \time 6/8 \key d \major \context Voice = four { \Down } >> >> \layout { ragged-last = ##f } }
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond