Direction of merged ‘fa’ shape note heads

Revision as of 12:55, 29 November 2025 by Lemzwerg (talk | contribs) (Lemzwerg moved page Direction of merged 'fa' shape note heads to Direction of merged ‘fa’ shape note heads without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using property NoteCollision.fa-merge-direction, the direction of “fa” shape note heads (“fa”, “faThin”, etc.) can be controlled independently of the stem direction if two voices with the same pitch and different stem directions are merged. If this property is not set, the “down” glyph variant is used.

\version "2.24"

{
  \clef bass

  << { \aikenHeads
       f2
       \override Staff.NoteCollision.fa-merge-direction = #UP
       f2 }
  \\ { \aikenHeads
       f2
       f2 }
  >>
}