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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user