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: Jean-Charles Malahieude
Subject: Re: Using a 'global' variable with multi-bar rests
Date: Thu, 21 Nov 2013 18:03:00 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Le 21/11/2013 17:50, Stig Johan Berggren disait :
     \version "2.12.3"
     global = { \time 4/4 \skip 1*3 \time 3/4 \skip 2.*2 \bar "|." }
     flute = \relative c'' { R1*3 d2. c }


Replace
     \new Staff << \global \flute >>


with
     \new Staff << \compressFullBarRests \global \flute >>


in your parts.

Cheers,
Jean-Charles



reply via email to

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