Hi David,

how about this:

\version "2.18.2"

\score {
  \relative c' {
    \clef F
    \key a \major
    r4-\fermata cis4 ~
    cis8.-[ \grace { dis32 cis bis cis } dis!16-] \cadenzaOn e4 ~
    \teeny
    \stemUp
    e32-[ dis e dis-] \cadenzaOff cis-[ bis! c b-] a-[ gis a gis-]
    %% 4/4 measure is completed here naturally
    \stemNeutral
    \normalsize
    g8[ e' dis! cis] %% no accidental on cis
  }
}

Here the \cadenzaOn/Off commands are put such that the whole cadenza
part is kept counting a full measure: It counts the first 3/4, then it
skips 3/8 (e4 and 4 1/32 notes) and then continues counting the last 8
32nd notes which add up to 1/4 and complete the measure. That way the
bar naturally appears at the point where you switch back to \normalSize.

That way the whole cadenza is counted as one measure - is that what you
like?
And no changes in the timing and bar lines are needed.

Cheers,
Joram

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

Reply via email to