Re: RepeatMark.ms 0.3
Reply #2 –
Hi David,
I was going to say some of the following when I posted the object, but I wanted to wait until someone had actually tried it out first. Thanks for being the first (acknowledged) guinea pig.
There is one thing you can do if you mark all of the items as Visibility: Never to prevent the measure from collapsing: insert a Spacer of the width you want the measure to be. Here's an example based on my original snippet:
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:-8
|Note|Dur:4th|Pos:-4
|Note|Dur:4th,DblDotted|Pos:-8
|Note|Dur:16th|Pos:-3
|Bar
|Note|Dur:Half|Pos:-4
|Note|Dur:Half|Pos:-8
|Bar
|User|RepeatMark.ms|Pos:1|Type:Double
|Spacer|Width:600
|Note|Dur:4th|Pos:-8|Visibility:Never
|Note|Dur:4th|Pos:-4|Visibility:Never
|Note|Dur:4th,DblDotted|Pos:-8|Visibility:Never
|Note|Dur:16th|Pos:-3|Visibility:Never
|Bar
|Spacer|Width:600
|Note|Dur:Half|Pos:-4|Visibility:Never
|Note|Dur:Half|Pos:-8|Visibility:Never
|Bar
|Note|Dur:4th|Pos:-8
|Note|Dur:4th|Pos:-4
|Note|Dur:Half|Pos:-8
|Bar
|User|RepeatMark.ms|Pos:1
|Spacer|Width:600
|Note|Dur:4th|Pos:-8|Visibility:Never
|Note|Dur:4th|Pos:-4|Visibility:Never
|Note|Dur:Half|Pos:-8|Visibility:Never
!NoteWorthyComposerClip-End
I've set the spacer width above to slightly less space than would be taken up by the notes if they were not hidden, which I think is what you would want to do anyway.
Actually, I was considering an option to have the object (optionally) reserve its own space via another parameter. This would eliminate the need to manually add spacers wherever the object was placed. Do you think the spacer idea makes sense?
I was also going to mention that spacers probably only needed if there is a single staff being notated, or when the repeat measures are in all system measures at the same time.
Thanks again for the comments, let me know if the above ideas make sense.