NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Robin L. Øye on 2012-01-29 03:13 pm

Title: x head notes half note (minim)
Post by: Robin L. Øye on 2012-01-29 03:13 pm
Could something be done to make it more obvious that a half note with an x head is a half note?  Maybe a half note with an x inside the note?  Granted, the spacing tells one something, but a half note doesn't look much different from a quarter note.
Title: Re: x head notes half note (minim)
Post by: Rick G. on 2012-01-29 07:17 pm
Maybe a half note with an x inside the note?
Perhaps you could use one of these:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Text|Text:"_X"|Font:StaffCueSymbols|Pos:0|Placement:AtNextNote
|Note|Dur:Half|Pos:0
|Text|Text:"_X"|Font:StaffCueSymbols|Pos:0|Placement:AtNextNote
|Note|Dur:Half|Pos:0f
|Bar
|Text|Text:"j"|Font:StaffCueSymbols|Pos:0|Justify:Center|Placement:AtNextNote
|Note|Dur:Half|Pos:0x
|Text|Text:"š"|Font:StaffCueSymbols|Pos:0|Justify:Center|Placement:AtNextNote
|Note|Dur:Half|Pos:0x
!NoteWorthyComposerClip-End
Title: Re: x head notes half note (minim)
Post by: Haymo on 2012-01-29 08:12 pm
Thanks Rick,
these are definite possibles.
Title: Re: x head notes half note (minim)
Post by: Robin L. Øye on 2012-01-29 08:16 pm
Rick,

Those do look good. Thanks.  I think I tried something else last time I had some percussion to write, but I don't quite remember. 
Title: Re: x head notes half note (minim)
Post by: Lawrie Pardy on 2012-01-29 08:32 pm
Umm, this doesn't work?
Code: [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Clef|Type:Percussion
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:0y
|Note|Dur:4th|Pos:0y
|Note|Dur:Half|Pos:0y
|Bar
|Note|Dur:Whole|Pos:0y
|Bar
|Note|Dur:Half|Pos:0y
|Note|Dur:4th|Pos:0y
|Note|Dur:8th|Pos:0y
|Note|Dur:16th|Pos:0y
|Note|Dur:32nd|Pos:0y
|Note|Dur:32nd|Pos:0y
!NoteWorthyComposerClip-End

For a drum kit, an x in a circle means something different to an x without a circle, of course the diamond is not strictly correct either...
Title: Re: x head notes half note (minim)
Post by: Robin L. Øye on 2012-01-29 08:46 pm
Laurie,

Yes, that works, too.  Thanks.
Title: Re: x head notes half note (minim)
Post by: Warren Porter on 2012-01-29 10:57 pm
Deleted.