lilypond-devel
[Top][All Lists]
Advanced

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

Re: feature request: midi execution of ties


From: Pedro Kroger
Subject: Re: feature request: midi execution of ties
Date: Tue, 26 Aug 2003 20:39:04 -0300
User-agent: Mutt/1.5.4i

> > Any chance to have this in cvs soon? :-)
> 
> Quoting the Zen master:
> 
> "It is already there."

Holly Cow!! Have you guys tried to be _less_ efficient? :-)))

It's indeed working for 1.9.1 but I'm affraid we have another
problem. After upgrading from 1.9.0 to 1.9.1 I got dozens of "warning:
No ties were performed.:" in a complex score. I finally manage to
reduce the problem-score to:

--------------------------------------------------------------
\score  {
    \simultaneous {
        \newcontext Staff {
            \notes\relative c' {
                \time 6/8 
                d''2. ~ d
            }
        }
        \newcontext Staff {
            \notes\relative c' {
                r8 <<a fis'>>4 ~ <<a fis'>>8 <<a d>>4 ~
                <<a d>>2.
            }
        }
    }
 
    \paper {}
    \midi {}
}
--------------------------------------------------------------

Can you reproduce it?

BTW, although I'm using the new \newcontext here, the original file
was using the "old" context command.

Pedro




reply via email to

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