lilypond-user
[Top][All Lists]
Advanced

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

Re: MultiMeasureRest with CueVoice Pickups


From: Thomas Morley
Subject: Re: MultiMeasureRest with CueVoice Pickups
Date: Sat, 27 Jan 2018 16:34:18 +0100

2018-01-27 15:03 GMT+01:00 Dave Higgins <address@hidden>:
> Is there a more elegant way to do this?  In transcribing multiple parts, it
> becomes tedious to have to put the cadenza in all the parts.  Or I just
> decrease the multi-measure rest by one and add the cue voice to the single
> measure rest left over.
>
> \version "2.18.2"
>
> \relative c' {
>         \compressFullBarRests
>         R1*2 \bar "" \cadenzaOn << { s4 } \new CueVoice { c4 } >>
> \cadenzaOff \bar "|" |
> }



How about:

\version "2.19.65"

\relative c' {
  \compressFullBarRests
  \afterGrace 7/8
  R1*2
  c4
}

Cheers,
  Harm



reply via email to

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