lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

partials and midi


From: Joe Mc Cool
Subject: partials and midi
Date: Thu, 1 Jan 2009 13:40:39 +0000
User-agent: Mutt/1.5.9i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]