Public Attributes

GuidoLayoutSettings Struct Reference

List of all members.

Public Attributes

float systemsDistance
int systemsDistribution
float systemsDistribLimit
float force
float spring
int neighborhoodSpacing
int optimalPageFill
int resizePage2Music
float proportionalRenderingForceMultiplicator

Detailed Description

Settings for the graphic score layout.


Member Data Documentation

Control distance between systems, distance is in internal units (default value: 75)

control systems distribution. Possible values: kAutoDistrib (default), kAlwaysDistrib, kNeverDistrib

Maximum distance allowed between two systems, for automatic distribution mode. Distance is relative to the height of the inner page. Default value: 0.25 (that is: 1/4 of the page height)

float force

force value of the Space-Force function typical values range from 400 to 1500. Default value: 750

float spring

the spring parameter typical values range from 1 to 5. Default value: 1.1

boolean value to tell the engine to use the Neighborhood spacing algorithm or not (default value: 0)

boolean value to tell the engine to use the optimal page fill algorithm or not (default value: 1)

boolean value to tell the engine to resize page to music (default value: 1)

float value to tell the engine what is the force multiplicator applied to proportional rendering If value is 0, proportional mode is not enabled, otherwise value corresponds to the force multiplicator value (default value: 0)