Lilypond is wonderful, wonderful, thank you all very much.

Please,

v2.12.0, here is my code:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\time 3/4 \key g \major   
  \repeat volta 2 { 
    \partial 8*2 g'8 b                  \bar "||:"
    d4 d8 e d c                         \bar "|"
    b4 g g8 b                           \bar "|"
    }
}

\score {
    <<  \unfoldRepeats
        {
            \voicedefault 
        }
    >>

  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 72 4)
    }
  }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

but, timidity plays the partial \partial 8*2 g'8 b as part of the
repeat.  Surely this is not correct ?  Surely the repeat should play from
d4 d8 e d c.

What am I doing wrong ?

-- 
Thanks
____________________
Joe Mc Cool
Snark, currently LEYC
028 37548074, 07802572441


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to