On Tue, 2 Sep 2003, Mats Bengtsson wrote:
> ...
> >>I've notice that ties aren't working across \relative blocks like:
> ...
> > Each \relative gets a new Voice.
>
> What's the reason for that design decision? Sounds strange to me.
I agree. As a workaround (I guess this is not simple to fix),
[EMAIL PROTECTED] writes:
> >>
> >>The funny thing is, if I remove the first "\relative c" (and just
> >>that) the code works fine. I'm using lily 1.9.3
> >>
> >>Is that a bug or am I missing something?
> >
> >
> > Each \relative gets a new Voice.
>
> What's the reason for that design decision?
Han-Wen Nienhuys wrote:
[EMAIL PROTECTED] writes:
Hi,
I've notice that ties aren't working across \relative blocks like:
\score {
\new Staff \notes {
\relative c {
c'1 ~
}
\relative c {
c'4 d e f
}
}
\paper { }
}
The funny thing is,
[EMAIL PROTECTED] writes:
> Hi,
>
> I've notice that ties aren't working across \relative blocks like:
>
> \score {
> \new Staff \notes {
> \relative c {
> c'1 ~
> }
> \relative c {
> c'4 d e f
> }
> }
> \paper { }
> }
>
> The
Hi,
I've notice that ties aren't working across \relative blocks like:
\score {
\new Staff \notes {
\relative c {
c'1 ~
}
\relative c {
c'4 d e f
}
}
\paper { }
}
The funny thing is, if I remove the first "\relative c" (and jus