"Christopher R. Maden" <cr...@maden.org> writes:

> 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.

Here is an attempt that would still suffer from issue 34 but even if you
fix that, the spacing is insane.

\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
    \grace s4 \clef treble
    d'4 d' d' d'
  }
>>

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to