"Bertrand Bordage" <[email protected]> wrote in message news:CAE7-6UDYXrh_BfBQrBZOE16=vctqydcr5udc3mp7mzembg4...@mail.gmail.com...
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




_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to