lilypond-user
[Top][All Lists]
Advanced

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

Re: unexpected 2nd staff


From: Xavier Scheuer
Subject: Re: unexpected 2nd staff
Date: Sun, 22 Sep 2024 22:42:22 +0200

On Sun, 22 Sept 2024 at 22:20, Paul Scott <pscott@pima.edu> wrote:
>
> How can I make this happen in one staff with all the stems down?

Hello,

Or use \partCombine, it's not clear what you are after.

instrumentOne = \fixed c'' { \partCombineUnisono e8( f~ \partCombineChords f2.) }
instrumentTwo = \fixed c'' { e8( f d2.) }

<<
  \new Staff \with {
    printPartCombineTexts = ##f
  } \partCombine \instrumentOne \instrumentTwo
>>

Kind regards,
Xavier


reply via email to

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