I'm not a good schemer, so i cannot fix it, but i've added it to the tracker:
http://code.google.com/p/lilypond/issues/detail?id=1745

Please remember to forward such things to bug-lilypond -
i found this on -user only by accident :)

cheers,
Janek

2011/6/6 Peter Chubb <peter.ch...@nicta.com.au>:
> I've taken a look at  this now ... there's no easy way to fix the
> problem.  To articulate something like
>
>    <a~ c>4 <a c>
>
> you need to split the c into a note and a rest.  At present it rewites
> it, essentially, to
>
>    <a~ c>8.. r16 <a c>4
>
> To make this work, it'd have to rewrite to:
>
>    <<{a4~ a} \\ {c8.. r16 c4}>>
>
> and unfortunately that's beyond my scheme ability.
> If you split it before articulate sees it, like so:
>
>   << {a ~ a} {c c}>>
>
> the MIDI will be correct. You need to fiddle stem directions usually,
> to make the PDF look OK when you do this.
>
>
> --
> Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
> http://www.ertos.nicta.com.au           ERTOS within National ICT Australia
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-u...@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to