lilypond-user
[Top][All Lists]
Advanced

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

Re: synchronizing other parts w/cadenza


From: Paul Scott
Subject: Re: synchronizing other parts w/cadenza
Date: Mon, 16 Jan 2012 23:53:39 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20120104 Icedove/8.0

On 01/16/2012 09:41 PM, Paul Scott wrote:
Hi,

Ok, my thread about mmrest-of-length appears to be misguided.  I don't think
NR 1.2.6 helped even though it looks like 1.2.6 Aligning to cadenzas is intended
to answer this.

I want to synchronize either a specific value of rest or note with a cadenza.
I would say that mmrest-of-length is not any kind of answer.

How can I synchronize a cadenza in one instrument with whole notes or whole 
rests
(or any other specific value) in another set of instruments?

To answer my own question after a lot of trials:

Whole measure rests give errors in \cadenzaOn ... \cadenzaOff where
\cadenzaOn s<whatever1> r1\fermata s<whatever2> \cadenzaOff in the other parts works fine if the sum of length( whatever1 ) + 1 + length( whatever2 ) is the same as the length of the cadenza:

\version "2.15.26"

\layout {
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
}

timing = { \cadenzaOn s8*14 \cadenzaOff }

cnotes = \relative c'' {
  \cadenzaOn r4 c8 d e f g c c c b a e4 \bar "dashed" \cadenzaOff
}
mnotes = { \cadenzaOn s8*6 r1\fermata \cadenzaOff }

\score{
<<
    \new Staff << \timing \cnotes >>
    \new Staff \mnotes
>>
}


Paul






reply via email to

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