lilypond-user
[Top][All Lists]
Advanced

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

Re: midi plays tied notes


From: Olivier Cloirec
Subject: Re: midi plays tied notes
Date: Thu, 20 May 2004 16:57:29 +0200

Hello,

I had the same problem with 2.2.1.
Moreover, this issue seems to appear when another part starts a note
while the first is playing a tied one.

Is it corrected in the development branch?

Bye.
Olivier

On Mon, 2004-04-19 at 08:51, Richard Froese wrote:
> Hello,
> 
> In the following fragment the last tied A flat in the top voice
> is played by midi. It works fine if I leave out the bottom voice, or
> take away the first bar. It also worked under 2.0. (I just upgraded to
> 2.2.) Can anyone help me with this? 
> 
> -----------------------------------------------------------
> 
> upperNotes = \notes{
>               <<
>               \relative e'''{
>                       es4. bes4. a4 as8 ~ as4. ~ 
>                       as4. ~ as4.
>               }\\
>               \relative d''{
>                       d4 g8 ~ g4 c,8 ~ c4 cis8 ~ cis4. 
>                       e4 f,8 des'4 c8 ~ c4.
>               }
>               >>
> }
> 
> \score{
>       \new Staff {
>       <<
>               \time 12/8
>               \clef violin
>               \upperNotes     
>       >>
>       }
>       \midi {\tempo 4 . = 140}
>       \paper{}
> }
> 
> -------------------------------------------------------------------





reply via email to

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