lilypond-user
[Top][All Lists]
Advanced

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

Re: Using partCombine with beamed melismata in cadenza mode


From: Brent Annable
Subject: Re: Using partCombine with beamed melismata in cadenza mode
Date: Fri, 18 Jun 2021 13:11:54 +1000

Timothy, gang,

OMG you can just hide the beam? 🤦🏻‍♂️

Thank you very much!

Brent.

On Fri, 18 Jun 2021 at 08:14, Timothy Lanfear <timothy@lanfear.me> wrote:
On 17/06/2021 15:28, Brent Annable wrote:
> Ok cool thanks everyone, I'll definitely be mindful of that in future.
>
> Any ideas about my partcombine problem?
>
> Brent.
>
Will this do?

version "2.22.1"

global = {
   \cadenzaOn
   \key es \major
}

partOneBeams = \relative c'' {
   \global
   g8[ as bes c bes g as] bes4
}

partTwoBeams = \relative c'{
   \global
   d es~ \hide Beam \stemUp es8[ d c] d4
}

partOneCorrect = \relative c' {
}

\score {
   \new Staff {
     \partCombine \partOneBeams \partTwoBeams
   }

   \layout {
   \context {
     \Staff \remove Time_signature_engraver}
   }
}


--
Timothy Lanfear, Bristol, UK.



reply via email to

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