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: Aaron Hill
Subject: Re: Change staff clef immediately after time signature
Date: Sun, 03 Feb 2019 18:52:25 -0800
User-agent: Roundcube Webmail/1.3.8

On 2019-02-03 6:43 pm, Aaron Hill wrote:
On 2019-02-03 6:33 pm, Christopher R. Maden wrote:
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.

Does \cueClef help?

%%%%
\version "2.19.82"

\new PianoStaff <<
  \new Staff { \clef treble b'2 2 }
  \new Staff { \clef bass \cueClef treble b'4 4 4 4 }
>>
%%%%

And if you want to change the size:

%%%%
\version "2.19.82"

\new PianoStaff <<
  \new Staff { \clef treble b'2 2 }
  \new Staff { \clef bass
    \once \override Staff.CueClef.font-size = #0
    \cueClef treble b'4 4 4 4
  }

%%%%

-- Aaron Hill

Attachment: clefs.cropped.png
Description: PNG image


reply via email to

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