lilypond-user
[Top][All Lists]
Advanced

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

Re: how to implement the snippet in the attachment


From: DJF
Subject: Re: how to implement the snippet in the attachment
Date: Thu, 31 Oct 2019 10:32:55 -0400

On Oct 31, 2019, at 10:02 AM, Jinsong Zhao <address@hidden> wrote:
> 
> hi there,
> I am trying to transcribe a music sheet.  I have encountered the snippet in 
> the attachment.  I don't figure out a way to implement it.  I am now using an 
> alternative way like:

Use hidden notes in the second voice to accomplish this.

\relative c'' {
\key f \major
<<{bes2 ~ <d, f bes>8 <bes d g> <c e a>4} \\
{r4 <f d> ~ \hideNotes <f d>8 \unHideNotes s8 s4 } >>
}

--
Dan


reply via email to

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