lilypond-user
[Top][All Lists]
Advanced

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

Re: Time signatures for all parts


From: Erika Pirnes
Subject: Re: Time signatures for all parts
Date: Sun, 17 Oct 2021 13:08:45 +0000

I asked about adding time signature changes into a variable that can be used by all instrument parts. The solution below (by Christian) worked perfectly, but I don't recommend adding bar checks into the variable. I did that and it caused the multi-measure rest compression not to work. It took quite a while to figure it out! His example below.

changes = {
%don't add bar checks here
\time 4/4
s1*15
\time 3/4
s2.*14
\time 2/4
s2*10
}

trombone = \relative {
%notes
}

\new Staff {
<<
\changes
\trombone
>>

reply via email to

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