<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Jari,</div><div><br></div><div>Thanks for putting this together - I concur with Charles that this looks comprehensive to me. The only thing is with getting/setting the character position - you have GetStartPoint(), instead of GetStartVerticalPosition(), so can we assume that we'll be passing a 2 figure position object to the method instead of just a value (to 2 methods)?</div><div><br></div><div>Regarding the collection FCMeasureNumberRegions, does this enumerate regions in order of measure number or creation time? I.E. if I wanted to find the one corresponding to the last region (containing the last measure), would I need to parse them all and test? (I could experiment with this and only ask in case you already know!)</div><div><br></div><div>Cheers,</div><div><br></div><div>Dave</div><div><pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "></pre><blockquote type="cite"><pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">General stuff:
StartMeasure property
EndMeasure property
StartNumber property
UseScoreInfoForParts property
* View property
GetPrefix()/SetPrefix()
GetSuffix()/SetSuffix()


Score/Part-specific stuff:
GetShowOnTopStaff()/SetShowOnTopStaff()
*GetExcludeOtherStaves()/*SetExcludeOtherStaves()
GetShowOnButtomStaff()/*SetShowOnBottomStaff()
*GetShowOnSystemStart()/SetShowOnSystemStart()
*GetUseEnclosureStart()/*SetUseEnclosureStart()
*GetEnclosureStart()  No setter required
*GetHideFirstNumber()/SetHideFirstNumber()
GetStartFontInfo()/SetStartFontInfo()
*GetStartAlignment()/*SetStartAlignment()
*GetStartJustification()/*SetStartJustification()
*GetStartPoint()/*SetStartPoint()

*GetMultipleValue()/*SetMultipleValue()
*GetMultipleStartMeasure()/*SetMultipleStartMeasure()
*GetUseEnclosureMultiple()/*SetUseEnclosureMultiple()
*GetEnclosureMultiple() No setter required
*GetBreakMultiMeasureRests()/*SetBreakMultiMeasureRests()
GetMultipleFontInfo()/SetMultipleFontInfo()
*GetMultipleAlignment()/*SetMultipleAlignment()
*GetMultipleJustification()/*SetMultipleJustification()
*GetMultiplePoint()/*SetMultiplePoint()

*GetShowOnMultiMeasureRests()/*SetShowOnMultiMeasureRests()
*GetShowMultiMeasureRanges()/*SetShowMultiMeasureRanges()
*GetMultiMeasureBracketLeft()/*SetMultiMeasureBracketRight()
GetMultiMeasureFontInfo()/SetMultiMeasureFontInfo()
*GetMultiMeasureAlignment()/*SetMultiMeasureAlignment()
*GetMultiMeasureJustification()/*SetMultiMeasureJustification()
*GetMultiMeasurePoint()/*SetMultiMeasurePoint()<br></pre></blockquote><div><br></div></div></body></html>