Direction of merged ‘fa’ shape note heads: Difference between revisions
Appearance
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
Using property <code>NoteCollision.fa-merge-direction</code>, 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. | Using property <code>NoteCollision.fa-merge-direction</code>, 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. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
{ | { | ||
\clef bass | \clef bass | ||
Revision as of 18:47, 16 November 2025
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 }
>>
}