lilypond-user
[Top][All Lists]
Advanced

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

Re: Multi-measure rests with alternating time signatures


From: Phil Holmes
Subject: Re: Multi-measure rests with alternating time signatures
Date: Fri, 20 Nov 2020 16:13:32 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.3

Here's an alternative semi-automatic way (proof of concept):

\new Score {
<<
\new Staff {
  \time 3/4 c''2. \time 4/4 c''1 \time 3/4 c''2.
}

\new Staff {
  \new Voice \with {
    \remove "Rest_engraver"
    \consists "Completion_rest_engraver"
  }
  {R1*10/4}
}
>>
}


On 20/11/2020 15:45, Maximilian Marcoll wrote:
Fantastic! Thank you!
______________________________
http://www.marcoll.de

subscribe to newsletter

On 20 Nov 2020, at 15:30, Kieren MacMillan <kieren_macmillan@sympatico.ca> wrote:

Hi Max,

Sure, that would be great. But how would that be possible with the same music-content also being used for the full score?

Tags.  =)

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: kieren@kierenmacmillan.info



-- 
Phil Holmes

reply via email to

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