GuitarPrometheus::Render::LaidOutArticulation
GuitarPrometheus::Render::LaidOutArticulation
One articulation glyph (staccato dot, accent wedge, …) anchored above or below a notehead. More…
#include <LayoutEngine.h>
Public Attributes
| Name | |
|---|---|
| float | xPx |
| float | yPx |
| Techniques::Articulation | kind |
Detailed Description
struct GuitarPrometheus::Render::LaidOutArticulation;One articulation glyph (staccato dot, accent wedge, …) anchored above or below a notehead.
v1 draws geometric primitives; F11.4 will swap in Bravura SMuFL codepoints.
Public Attributes Documentation
variable xPx
float xPx = 0.f;variable yPx
float yPx = 0.f;variable kind
Techniques::Articulation kind = Techniques::Articulation::Staccato;Updated on 2026-05-29 at 07:39:52 +0000