lilypond-user
[Top][All Lists]
Advanced

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

Re: optional cue notes (copied to list this time


From: Paul Scott
Subject: Re: optional cue notes (copied to list this time
Date: Mon, 27 Dec 2021 13:10:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2

Thank you, Carl.

It works fine for a single "chord."  I should have given an MWE with more notes.

I will modify the code to indicate what I need even though it fails.

On 12/27/21 12:31, Carl Sorensen wrote:
On 12/27/21, 12:02 PM, "lilypond-user on behalf of Paul Scott" 
<lilypond-user-bounces+carl.d.sorensen=gmail.com@gnu.org on behalf of 
waterhorse@ultrasw.com> wrote:

     How can I get two note heads on a single stem and have one of the note
     heads be smaller?


\version "2.22"

\score{

  \new Staff {

    \fixed c' {

      << { a4 b } { \tweak font-size -2 { a' b } } >>

     }

   }

}





reply via email to

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