NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: shigglebiddy11 on 2007-03-27 04:20 PM

Title: percussion notation
Post by: shigglebiddy11 on 2007-03-27 04:20 PM
is there a way to notate a roll in a percussion part?
Title: Re: percussion notation
Post by: Rick G. on 2007-03-27 09:07 PM
The usual way is to put the repeated notes on a hidden, playing staff and use glyphs from Boxmarks2, Bach or one of Lawie's fonts to decorate the stem(s) of muted notes on a visible staff. If you are still unsure, attaching a small image of what need will probably get you a more specific response
Title: Re: percussion notation
Post by: kahman on 2007-03-27 10:13 PM
To expand on Rick's response, you would use o for a roll in -Dings and Boxmarks.

If User1 is -Dings, this is what I'd use-just copy, paste, and Ctrl-Shift-↕ to move it:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Text|Text:"o"|Font:User2|Pos:-3|Justify:Right|Placement:AtNextNote
|Note|Dur:4th|Pos:4
|Text|Text:"o"|Font:User2|Pos:-3|Placement:AtNextNote
|Note|Dur:4th|Pos:-4
!NoteWorthyComposerClip-End
Title: Re: percussion notation
Post by: shigglebiddy11 on 2007-03-28 09:23 PM
thanks kahman. thats exactly what i needed. thanks to you too rick.