Skip to main content
Topic: MMRs for two staff instrument (Read 3391 times) previous topic - next topic

MMRs for two staff instrument

I was creating parts for a number of different instruments including an organ.  Long rests printed with no problem for one staff instruments but the organ part had nothing but a string of whole measure rests when it should have had |--19--|.  It was necessary to replace the MMR with real whole measure rests, hide them, then insert a text count with a Boxmark font.

Was there a way to get the MMRs to work as they do on single staff instruments?  TIA


BTW, when using a conductor/tempo staff on top to hold tempos and rehearsal symbols, MMR's should be invisible and all checkboxes on the first page should be clear.
Since 1998

Re: MMRs for two staff instrument

Reply #1
You must override the default Visibility in order to get a MMR to show up in a multi-staff context:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|RestMultiBar|NumBars:4|PrintOnce:Y|WhenHidden:ShowBars,ShowRests|Visibility:Always
!NoteWorthyComposerClip-End