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