lilypond-user
[Top][All Lists]
Advanced

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

optional cue notes


From: Paul Scott
Subject: optional cue notes
Date: Mon, 27 Dec 2021 12:00:38 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2

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

\version "2.23.5"

\score{
  \new Staff {
    \fixed c' {
      << { a }
     { \set Voice.fontSize = #-2 a' } >>
    }
  }
}

This makes note heads small.  I'm guessing this might be a scope question.

TIA for any help with this,

Paul





reply via email to

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