Thank you Jean for your help!
Below follows the solution
Example
\version "2.23.14"
\score {
\new PianoStaff = bayan {
<<
\new Staff = rightHand {
\tempo Lento
\clef bass
\key c \minor
\time 2/4
\relative {
\acciaccatura { g=16 a b } c='2->\mp |
}
}
\new Staff = leftHand {
\clef bass
\key c \minor
\relative { \grace { s16 s s } c=2 | }
}
>>
}
}
[image: image.png]
Thank you,
Vlad
On Mon, Oct 31, 2022 at 11:30 AM Jean Abou Samra <[email protected]> wrote:
>
>
> Le 31 oct. 2022 à 11:21, Volodymyr Prokopyuk <[email protected]>
> a écrit :
>
>
> *Problem*
>
> I have got an extra treble clef on the second Staff when using a
> PianoStaff with two \clef bass staves. See the example below
>
>
>
>
>
> This is a frequently discussed issue, last time here:
> https://lists.gnu.org/archive/html/lilypond-user/2022-10/msg00280.html
>
> Best,
> Jean
>
>