bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problems with K460


From: Erik Sandberg
Subject: Re: Problems with K460
Date: Thu, 23 Jun 2005 19:18:55 +0200
User-agent: KMail/1.8

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}>> }
}




reply via email to

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