2007/8/26, Joern Eichler <[EMAIL PROTECTED]>:
> Or is there something wrong with my example code?
This is a known bug: every appogiatura in polyphonic music has to be
compensated in other staves (see section 6.5.7 in the manual, "bugs")
In this case, the following snippet works fine:
%%%%
\score {
<<
\new Voice {
\key e \minor
\time 3/4
\relative a' {
\appoggiatura s16
R2.*3
}
}
\new PianoStaff <<
\new Staff {
\key e \minor
\time 3/4
\relative a' {
\appoggiatura s16
R2.*2
a16( c b d c8 a b gis)
}
}
\new Staff {
\clef bass
\key e \minor
\time 3/4
\relative a, {
\appoggiatura dis16
<a e'>2.
\appoggiatura dis16
<a e'>2.
<a e'>2.
}
}
>> >>
}
%%%%
Regards,
Valentin
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond