On Tue, Sep 26, 2023 at 11:25 PM Michael Werner <reznae...@gmail.com> wrote:
> Hi Knute, > > On Tue, Sep 26, 2023 at 3:27 PM Knute Snortum <ksnor...@gmail.com> wrote: > >> TL;DR >> How do I engrave an alternating time signature and an initial cue clef? >> >> [snip] > > What about using a CueVoice, resetting sizes back to default? It seems to > work both visually and listening to the midi produced. I've attached some > code that engraves the first 7 measures of the Scriabin piece. Within the > CueVoice I did have to explicitly set the slur, stem and articulation > directions - apparently CueVoice either overrides or ignores voiceOne and > voiceTwo settings in those regards. Quite likely there are better ways to > go about this, but maybe this can at least get something going. > -- > Michael > > Thanks Michael for your work on my problem. I'm impressed that you figured out the prelude I was working on and wrote out two staves worth of music! I think I did myself a disservice by calling what I want a "cue clef". I believe what I want is a "change clef" -- it's bigger than a cue clef but smaller than a regular clef. It's what you get when you engrave this snippet: { c'4 4 4 4 | \clef bass 4 4 4 4 } ...or in markup: \markup \musicglyph "clefs.F_change" -- Knute Snortum