OpenSheetMusicDisplay
Preparing search index...
Staff
Class Staff
Index
Constructors
constructor
Properties
audible
following
has
Lyrics
id
In
Music
Sheet
is
Tab
open
Tie
Dict
Visible
Accessors
Id
Parent
Instrument
Staffline
Count
Voices
Volume
Methods
is
Visible
Constructors
constructor
new
Staff
(
parentInstrument
:
Instrument
,
instrumentStaffId
:
number
)
:
Staff
Parameters
parentInstrument
:
Instrument
instrumentStaffId
:
number
Returns
Staff
Properties
audible
audible
:
boolean
following
following
:
boolean
has
Lyrics
hasLyrics
:
boolean
= false
id
In
Music
Sheet
idInMusicSheet
:
number
is
Tab
isTab
:
boolean
= false
open
Tie
Dict
openTieDict
:
{
[
_
:
number
]:
Tie
}
= {}
Visible
Visible
:
boolean
Accessors
Id
get
Id
()
:
number
Returns
number
Parent
Instrument
get
ParentInstrument
()
:
Instrument
Returns
Instrument
set
ParentInstrument
(
value
:
Instrument
)
:
void
Parameters
value
:
Instrument
Returns
void
Staffline
Count
get
StafflineCount
()
:
number
Returns
number
set
StafflineCount
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
Voices
get
Voices
()
:
Voice
[]
Returns
Voice
[]
Volume
get
Volume
()
:
number
Returns
number
set
Volume
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
Methods
is
Visible
isVisible
()
:
boolean
Checks whether Staff.Visible and Staff.ParentInstrument.Visible.
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
audible
following
has
Lyrics
id
In
Music
Sheet
is
Tab
open
Tie
Dict
Visible
Accessors
Id
Parent
Instrument
Staffline
Count
Voices
Volume
Methods
is
Visible
OpenSheetMusicDisplay
Loading...
Checks whether Staff.Visible and Staff.ParentInstrument.Visible.