Hi Xavier; I have implemented as you have suggested and it seems to work just fine.
Thanks, Ken On Mon, Sep 20, 2021 at 11:49 PM Xavier Scheuer <[email protected]> wrote: > > On Tue, 21 Sept 2021 at 05:01, Kenneth Wolcott <[email protected]> > wrote: > > > > Thanks, Carl. > > > > Here's the erroi stream with the reduced Lilypond code. > > Hello Kenneth, > > You do not use Full Measure Rests (these appear centered horizontally in the > middle of the measure). > But I would use them with \voiceTwo or \override > MultiMeasureRest.staff-position = #-6 > > tuba = { > \global > \compressMMRests { R1*14 } > % \compressMMRests { R1*6 } > << > { > \voiceTwo > \override MultiMeasureRest.staff-position = #-6 > R1*6 > } > \new CueVoice \with { > instrumentCueName = "Tromboni" % suggestion > } { > \voiceOne % instead of \stemUp > r4 b, cs ds | > e4 fs gs r | > r4 a b cs' | > d'4 ds' e' \cueClef "treble" \tuplet 3/2 { c''8 c'' c'' } | > c''4 c''8 c'' c''4 c''8 c'' | > c''4 c'' c'' c'' | > \cueClefUnset > } > >> > \bar "|." > } > > Cheers, > Xavier > > -- > Xavier Scheuer <[email protected]> >
