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: Jinsong Zhao
Subject: Re: how to implement the snippet in the attachment
Date: Fri, 1 Nov 2019 09:01:44 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 2019/10/31 22:22, Kieren MacMillan wrote:
Hi,

I don't figure out a way to implement it.

Something like this, maybe?

\version "2.19.83"

{
   \key f \major
   <<
     { bes'2 ~ <d' f' bes'>8[ <bes d' g'>] } \\
     \new Voice  { \voiceTwo r4 <d' f'> ~ \once \hideNotes q8 }
   >>
   <c' e' a'>4
}

Hope that helps!
Kieren.

Thank you very much for the help. It works well.

However, I don't understand the code well. In fact, I don't understand the \new Voice and \voiceTwo here.

Thanks again.

Best,
Jinsong







reply via email to

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