lilypond-user
[Top][All Lists]
Advanced

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

Re: Extra treble key on PianoStaff with two bass keys and \acciaccatura


From: Volodymyr Prokopyuk
Subject: Re: Extra treble key on PianoStaff with two bass keys and \acciaccatura
Date: Mon, 31 Oct 2022 12:11:10 +0100

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.png
Thank you,
Vlad

On Mon, Oct 31, 2022 at 11:30 AM Jean Abou Samra <jean@abou-samra.fr> wrote:


Le 31 oct. 2022 à 11:21, Volodymyr Prokopyuk <volodymyrprokopyuk@gmail.com> 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


reply via email to

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