2018-01-27 15:03 GMT+01:00 Dave Higgins <[email protected]>:
> 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to