On Friday 17 June 2005 13.55, Mats Bengtsson wrote: > If you suspect a bug, please send the email to bug-lilypond instead > (which I have now done). > > I'm not sure if you have noticed that the bug is visible also in the > output. The following example cut out from your score illustrates > that the appoggiaturas in the '\repeat unfold' section appear too far > to the right.
Thanks, added this to cvs as grace-unfold.ly: % %Sebastiano Vigna \version "2.5.31" \header { texidoc = "Grace notes in the beginning of unfold repeats aren't handled correctly. Problems occur in polyphonic situations. Workaround: Pad with skip grace notes in all voices. See also the bug polyphony-grace.ly." reportedin = "2.5.31" } \layout {raggedright=##t} \new Staff \relative { %{ \repeat unfold 2 << { \grace d16 c4 } \\ { b4 } >> %} \repeat unfold 2 {<<{ \grace d16 c4} \\ { % \grace s16 \voiceTwo b4}>> } } _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond