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....@gnu.org on behalf of 
waterho...@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