lilypond-user
[Top][All Lists]
Advanced

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

Re: cadenza_and_accidentals-take2


From: Noeck
Subject: Re: cadenza_and_accidentals-take2
Date: Sat, 28 Mar 2015 16:20:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

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



reply via email to

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