lilypond-user
[Top][All Lists]
Advanced

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

Re: Using a 'global' variable with multi-bar rests


From: David Kastrup
Subject: Re: Using a 'global' variable with multi-bar rests
Date: Thu, 21 Nov 2013 18:06:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

ryanmichaelmcclure <address@hidden> writes:

> This is something I've been trying to figure out for myself.
>
> Did you put \compressFullBarRests in anywhere? I don't see it in your
> example...if it is, then, I'm just as stumped as you are :)

No, seems like you got it.  At least in 2.17.95 or something, the
following works fine:

\version "2.12.3"
global = { \compressFullBarRests
           \time 4/4 \skip 1*3 \time 3/4 \skip 2.*2 \bar "|." }
flute = \relative c'' { R1*3 d2. c }

\new Staff << \global \flute >>

-- 
David Kastrup

reply via email to

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