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
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond