MUSX Document Model
Loading...
Searching...
No Matches
musx::dom::options::StemOptions::StemConnection Class Reference

Information about one stemConnections element. More...

#include <Options.h>

Static Public Member Functions

static const xml::XmlElementArray< StemConnection > & xmlMappingArray ()
 Required for musx::factory::FieldPopulator.
 

Public Attributes

Cmper fontId {}
 The font ID of the font this connection applies to. Zero means default music font. (xml nodename is <font>)
 
char32_t symbol {}
 The codepoint of the symbol glyph in the font specified by fontId.
 
Efix upStemVert {}
 Upstem vertical adjustment.
 
Efix downStemVert {}
 Downstem vertical adjustment.
 
Efix upStemHorz {}
 Upstem horizontal adjustment.
 
Efix downStemHorz {}
 Downstem horizontal adjustment.
 

Detailed Description

Information about one stemConnections element.