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: Timothy Lanfear
Subject: Re: Using partCombine with beamed melismata in cadenza mode
Date: Thu, 17 Jun 2021 23:14:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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]