lilypond-user
[Top][All Lists]
Advanced

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

Re: Change staff clef immediately after time signature


From: David Kastrup
Subject: Re: Change staff clef immediately after time signature
Date: Mon, 04 Feb 2019 13:46:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

"Christopher R. Maden" <address@hidden> 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'
  }
>>

PNG image


-- 
David Kastrup

reply via email to

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