sschmidTU on tupletNumberLimitConsecutive
sschmidTU on develop
feat(Tuplets): Add EngravingRul… (compare)
(graphicalStaffEntry.)sourceStaffEntry.parentStaff.id
or parentStaff.parentInstrument.nameLabel.text
.
visiable
piano voice entries in iterator.CurrentVoiceEntries
by method CurrentVisibleVoiceEntries
, but it return the first voice entry. So I rewrite to get all voice entries in instrument
piano. But I can't get any properties to check left hand or right hand voice.
data-*
attributes to some of the SVG elements, and then immediately serialise with .outerHTML. The bug I'm struggling with is that sometimes the data-*
attributes are present in the output - and sometimes they are NOT. There's some race condition involved, probably, but I can't tell what is causing it..@sschmidTU for example some variables
// protected zoomUpdated: boolean = false;
// protected needBackendUpdate: boolean = false;
// protected rules!: EngravingRules;
// protected sheet?: MusicSheet;
// protected graphic?: GraphicalMusicSheet;
// protected drawer!: VexFlowMusicSheetDrawer;
// protected drawingParameters!: DrawingParameters;
and the private function reset
I create a class which extends the OpenSheetMusicDisplay.ts
and need override some function and needs call these variable. It's wonderful if the lib change the private
to protected
for extend
(sheet as any).member
to access them.