Hi Gabriel, Am 26.02.26 um 13:39 schrieb Gabriel Ellsworth:
I am trying to transcribe this source: image.png Does LilyPond support this block/box (wide rectangle) note head style?
Not to my knowledge, but this is actually easy to create manually:
\version "2.25.35"
boxHead =
\tweak NoteHead.stencil #(make-filled-box-stencil '(0 . 4) '(-0.5 . 0.5))
\etc
\relative {
\boxHead e''1 e4 c \boxHead d2
}
The number 4 is the width.
Lukas
