lilypond-user
[Top][All Lists]
Advanced

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

Re: forcing MultiMeasureRests to combine


From: David Kastrup
Subject: Re: forcing MultiMeasureRests to combine
Date: Wed, 16 Oct 2013 15:27:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Kieren MacMillan <address@hidden> writes:

> 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.

Looks loosely related to
<URL:http://code.google.com/p/lilypond/issues/detail?id=3612>.  This is
obviously not helpful to you, but it's pointing out that the "spanner
nature" of multi measure rests shows problems in other areas as well.

-- 
David Kastrup




reply via email to

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