SSLayoutOptions

Superclass:
NSObject
Declared In:

Introduction

options for layout of System(s)



Properties

editMode

set for increased staff spacings for edit mode

hideBarNumbers

set if the bar numbers should not be displayed

hidePartNames

set if the part names should not be displayed

ignoreXMLPositions

set if the default-x, default-y, relative-x, relative-y values in the XML should be ignored

redBeyondBarEnd

set to display notes in red if they are beyond the end of the bar as defined by the time signature

simplifyHarmonyEnharmonicSpelling

set this flag so F-double-sharp appears in a harmony as G

useXMLxLayout

set to use default-x values on notes and bar width values


editMode


set for increased staff spacings for edit mode

@property bool editMode; 

hideBarNumbers


set if the bar numbers should not be displayed

@property bool hideBarNumbers; 

hidePartNames


set if the part names should not be displayed

@property bool hidePartNames; 

ignoreXMLPositions


set if the default-x, default-y, relative-x, relative-y values in the XML should be ignored

@property bool ignoreXMLPositions; 

redBeyondBarEnd


set to display notes in red if they are beyond the end of the bar as defined by the time signature

@property bool redBeyondBarEnd; 

simplifyHarmonyEnharmonicSpelling


set this flag so F-double-sharp appears in a harmony as G

@property bool simplifyHarmonyEnharmonicSpelling; 

useXMLxLayout


set to use default-x values on notes and bar width values

@property bool useXMLxLayout;