On 12/27/21, 12:02 PM, "lilypond-user on behalf of Paul Scott" 
<[email protected] on behalf of 
[email protected]> wrote:

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

Does this work for you?

    \version "2.22"
    
    \score{
       \new Staff {
         \fixed c' {
          <a  \tweak font-size -2 a'>
         }
       }
    }
    
HTH,

Carl
    

Reply via email to