lilypond-user
[Top][All Lists]
Advanced

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

forcing MultiMeasureRests to combine


From: Kieren MacMillan
Subject: forcing MultiMeasureRests to combine
Date: Wed, 16 Oct 2013 09:13:29 -0400

Hello all,

Consider the following minimal snippet:

\version "2.17.13"

global = {
  \repeat "unfold" 8 { s1 }
}

notes = \relative c' {
  R1*4
  c1
  R1*3
}

\score {
  \new Staff << \global \notes >>
}

This may seem like a contrived example — and in its minimal state, I suppose it 
is — but I run into this situation constantly in my large-forces scores (e.g., 
operas, musicals, orchestra works, etc.), because there are often valid reasons 
for my global variable(s) to be "split up".

Question: Is there a way to force the MMRs (in \notes) to combine (in the 
Staff), despite the fact that the skips (in \global) are broken up? Currently, 
I'm using a series of tags to work around it, but it is extremely hacky, 
time-consuming, and prone to trial-and-error.

Thanks,
Kieren.


reply via email to

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