lilypond-user
[Top][All Lists]
Advanced

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

Re: questions in regards to combining multiple parts


From: Kieren MacMillan
Subject: Re: questions in regards to combining multiple parts
Date: Sat, 16 Jun 2018 13:53:11 -0400

Hi David,

> Not sure what all the hullabaloo is about.
> You can iterate with \partcombine:

\version "2.19.15"

trumpetOne = \relative c'' { c8 r16 c16 f2. }
trumpetTwo = \relative c'' { g8 16 r16 a2. }
trumpetThree = \relative c' { e8 16 16 r2. }

trumpetsOneAndTwo = \partcombine \trumpetOne \trumpetTwo
trumpetThreeForPartcombine = \relative { \voiceTwo \trumpetThree }
trumpets = \partcombine \trumpetsOneAndTwo \trumpetThreeForPartcombine

<<
  \trumpets
>>

That output isn’t sufficient for me, though it may be for you.

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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