The following shows a bug I have found in the harakiri staff.
When the G_8 staff is suppressed, the 8 from the clef signature is still
printed. In this example it is printed over the bass clef signature.
Regards,
Roy Rankin
% 8 in G_8 clef not suppresed with staff
\header {
title = "Harakiri bug";
}
\score
{
<
\context Staff="1" \notes
{
\clef "G_8";
\time 4/4;
s1 * 4 |
c2 d | e f | g a | b c' |
}
\context Staff="2" \notes
{
\clef bass;
\time 4/4;
c2 d | e f | g a | b c' | \break
c' b | a g | f e | d c |
}
>
\paper
{
\translator
{
\HaraKiriStaffContext
}
}
}
\version "1.2.12"