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: Xavier Scheuer
Subject: Re: why must a full measure rest (2/2) have a direction that will cause a collision?
Date: Tue, 21 Sep 2021 08:49:22 +0200

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]