lilypond-user
[Top][All Lists]
Advanced

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

Polymetric notation


From: Craig Dabelstein
Subject: Polymetric notation
Date: Mon, 8 Aug 2016 06:53:27 +1000

Hi Lilyponders,

I have a score where there are a couple of cadenzas. I experimented with /cadenzaOn /cadenzaOff etc but couldn't get it to work to my liking, with the full measure rests in the other bars. This solution below would be great if someone could help me get the scale durations line correct (for the 19/4 bar)? Any ideas?

All the best,

Craig

%%%%%%%%%

\version "2.19.36"

\relative c' <<
  \new Staff {
    \time 4/4
    R1 \fermataMarkup |
    R1 \fermataMarkup |
  }
  \new Staff {
    \time 4/4
    \omit Score.TimeSignature
    \set Staff.timeSignatureFraction = 19/4
    \scaleDurations 1/5
    \repeat unfold 6 { c4 c2 } c4
    \set Staff.timeSignatureFraction = 4/4
    R1 \fermataMarkup
  }

>>

%%%%%%%


Craig Dabelstein
 

reply via email to

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