lilypond-user
[Top][All Lists]
Advanced

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

Re: why must a full measure rest (2/2) have a direction that will cause


From: Kenneth Wolcott
Subject: Re: why must a full measure rest (2/2) have a direction that will cause a collision?
Date: Tue, 21 Sep 2021 16:19:10 -0700

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 <x.scheuer@gmail.com> wrote:
>
> On Tue, 21 Sept 2021 at 05:01, Kenneth Wolcott <kennethwolcott@gmail.com> 
> 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 <x.scheuer@gmail.com>
>



reply via email to

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