bug-lilypond
[Top][All Lists]
Advanced

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

Re: Misleading clef placement at the end of a volta.


From: Phil Holmes
Subject: Re: Misleading clef placement at the end of a volta.
Date: Sun, 4 Sep 2011 11:01:50 +0100

"Bertrand Bordage" <address@hidden> wrote in message news:address@hidden
Hi all,

Here's the problem:

% Bug report snippet
\markup "This gives the impression that the repeat should be done with a F
clef."
{
\clef F r2 r4 \clef G r8 a
\repeat volta 2 { \repeat unfold 8 d'4 }
\alternative {
{ d' r4 r r8 a }
{ \clef F d4 d d d }
}
}

\markup "This is what should be engraved."
{
\clef F r2 r4 \clef G r8 a
\repeat volta 2 { \repeat unfold 8 d'4 }
\alternative {
{ d' r4 r r8 a }
{
\override Score.Clef #'break-align-symbol = #'time-signature
\clef F d4 d d d
}
}
}
% End of bug report snippet

There's a similar problem with time signatures. See Kurt Stone's “Music
Notation in the Twentieth Century”, page 34.

Regards,
Bertrand

=================================================

Thanks. Submitted as http://code.google.com/p/lilypond/issues/detail?id=1862


--
Phil Holmes
Bug Squad






reply via email to

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