This is probably a FAQ, but I can’t find the right combination of search terms to tease it from the ether...

I want a piano staff, with the left hand to start with bass clef, but then immediately switch to treble clef after the time signature.

Mnon-WE is attached. Probably this involves monkeying with the clef engraver, but I haven’t figured out how.

Thanks in advance,
Chris
--
Chris Maden, text nerd
<URL: http://crism.maden.org/ >
Emperor Norton had the right idea.
\version "2.18.2"

\include "english.ly"

\new PianoStaff <<
  \new Staff {
    \clef treble
    \key d \major
    \time 4/4
    d''4 d'' d'' d''
  }
  \new Staff {
    \clef bass
    \key d \major
    \time 4/4
    \clef treble
    d'4 d' d' d'
  }
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to